pub fn schedule_task_with(
    job: impl Job,
    trigger: impl Trigger + 'static
) -> Box<Task>
Expand description

schedule_task_with schedules the given job with the given trigger.