Skip to main content

Module task

Module task 

Source

Re-exports§

pub use frequency::FrequencySeconds;
pub use runner::TaskRunner;

Modules§

frequency
runner

Structs§

RunningRecord
Record of a task execution instance.
Task
A scheduled task that can be executed by the timer.
TaskBuilder
Builder for creating Task instances.

Enums§

TaskState
Represents the current state of a task.

Type Aliases§

RecordId
Unique identifier for a task execution record.
TaskId
Unique identifier for a task.