Skip to main content

is_task_runnable_detailed

Function is_task_runnable_detailed 

Source
pub fn is_task_runnable_detailed(
    task: &Task,
    active: &QueueFile,
    done: Option<&QueueFile>,
    now_rfc3339: &str,
    include_draft: bool,
) -> Result<(bool, Vec<NotRunnableReason>)>
Expand description

Check if a specific task is runnable (convenience wrapper).