Module schedule

Source
Expand description

Schedules for repeated task executions.

Structs§

ScheduleDefinition
A schedule supports repeatedly spawning jobs based on the given settings.

Enums§

MissedTasksPolicy
The policy that is used to determine the execution target time of newly spawned tasks when the schedule is behind.
NewTask
Parameters for newly spawned tasks.
SchedulePolicy
Task spawning policy of the schedule.