Skip to main content

launch_agent

Function launch_agent 

Source
pub fn launch_agent<H: StageHooks>(
    order: StageOrder,
    hooks: &H,
    clock: &dyn Clock,
) -> Result<LaunchedAgent, RunnerError<H::Error>>