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