# plan.run.Attribution

- **Module:** plan.run
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/plan/run.rs#L52
- **Page:** https://libtmux.org/en/rs/latest/reference/plan-run-attribution/

How much a run could tell about each operation's outcome.

## Members

- `PerCommand` (constant): Each operation had its own exit status.
- `Merged` (constant): Operations shared an exit status, so a failure is not attributable.
