execute_procedure_until_done

Function execute_procedure_until_done 

Source
pub async fn execute_procedure_until_done(
    procedure: &mut dyn Procedure,
) -> Option<Output>
Expand description

Executes a procedure until it returns Status::Done.

ยงPanics

Panics if the procedure has subprocedure to execute.