Skip to main content

execute_supervised

Function execute_supervised 

Source
pub fn execute_supervised(
    store: &RoutineStore,
    routine: &Routine,
    scheduled: Option<i64>,
    on_started: impl FnOnce(&RunRecord),
) -> Result<RunRecord, RoutineError>