set_task_step_skipped

Function set_task_step_skipped 

Source
pub fn set_task_step_skipped(
    steps: &mut [TaskStepInfo],
    key: &str,
    detail: Option<&str>,
) -> Result<()>
Expand description

Marks a task step skipped.

ยงErrors

Returns TaskCoreError when the step key is unknown or the transition is invalid.