pub async fn stop_instance(
    lifecycle_controller: &LifecycleControllerProxy,
    moniker: &Moniker
) -> Result<(), ActionError>
Expand description

Uses the fuchsia.sys2.LifecycleController protocol to stop a component instance with the given moniker.