Expand description
Schedules for repeated task executions.
Structs§
- Schedule
Definition - A schedule supports repeatedly spawning jobs based on the given settings.
Enums§
- Missed
Tasks Policy - 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.
- Schedule
Policy - Task spawning policy of the schedule.