# plan.planner.StepReason

- **Module:** plan.planner
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan/planner.rs#L79
- **Page:** https://libtmux.org/reference/rs/plan-planner-stepreason/

## Members

- `MarkedFold` (constant) — A pane creation sharing its invocation with what decorates it.
- `Folded` (constant) — Several operations sharing one invocation.
- `CreatesId` (constant) — Alone because it prints an id a later operation needs.
- `ReadsOutput` (constant) — Alone because its output is its answer, and a shared invocation returns one merged stdout with no per-command boundary.
- `Alone` (constant) — Alone because it had nothing to share with.
