Skip to main content

CommandBackgroundTaskExecutionClosure

Type Alias CommandBackgroundTaskExecutionClosure 

Source
pub type CommandBackgroundTaskExecutionClosure = Box<fn(&ConstructDid, &CommandSpecification, &ValueStore, &ValueStore, &Sender<BlockEvent>, &Uuid, &RunbookSupervisionContext, &Option<CloudServiceContext>) -> CommandExecutionFutureResult>;

Aliased Typeยง

pub struct CommandBackgroundTaskExecutionClosure(/* private fields */);