stop
Module: stop
Section titled “Module: stop”Contents
Section titled “Contents”Functions
stop- Stop a running stack.
firma_stack::stop::stop
Section titled “firma_stack::stop::stop”Function
Stop a running stack.
Errors
Section titled “Errors”Returns pidfile, process-probe, termination, or cleanup errors. Runtime state is retained when probing or hard termination fails, or when the generation is malformed, so cleanup can be retried.
fn stop(state_dir: &std::path::Path, timeout: std::time::Duration) -> Result<firma_process_orchestrator::StopOutcome, crate::error::StackError>