pub fn start_persistent_with_cancel(
spec: &ProcessSpec,
process_config: &ProcessConfig,
persistent_config: &PersistentConfig,
cancel: CancellationToken,
) -> AppResult<PersistentRun>Expand description
Start a persistent process and wait for its readiness policy.