pub unsafe extern "C" fn aws_task_scheduler_has_tasks(
    scheduler: *const aws_task_scheduler,
    next_task_time: *mut u64
) -> bool
Expand description

Returns whether the scheduler has any scheduled tasks. next_task_time (optional) will be set to time of the next task, note that 0 will be set if tasks were added via aws_task_scheduler_schedule_now() and UINT64_MAX will be set if no tasks are scheduled at all.