Function next_schedule_task

Source
pub fn next_schedule_task(
    schedule: &ScheduleDefinition,
    last_task: Option<UnixNanos>,
    time: UnixNanos,
) -> Option<UnixNanos>
Expand description

Return the next task time for a schedule.