# plan.run.Outcome.Unknown

- **Module:** plan.run.Outcome
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan/run.rs#L38
- **Page:** https://libtmux.org/reference/rs/plan-run-outcome-unknown/

It shared an invocation with a failure and nothing distinguishes it.

This is not a soft failure, it is the absence of evidence: the merged
result carries one exit status and one stderr whichever member failed.
Re-run with [`Planner::Sequential`] to get an answer per operation.
