Skip to main content

is_task_scheduled_for_future

Function is_task_scheduled_for_future 

Source
pub fn is_task_scheduled_for_future(task: &Task) -> bool
Expand description

Check if a task’s scheduled_start is in the future.

Returns true if the task has a scheduled_start timestamp that is in the future relative to the current time.