# plan.run.OperationValue

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

## Members

- `Acknowledged` (constant) — tmux accepted an operation that has no other return value.
- `CreatedSession` (constant) — A session and the first window and pane it created.
- `CreatedWindow` (constant) — A window and its first pane.
- `CreatedPane` (constant) — A pane created by splitting another pane.
- `CapturedPane` (constant) — Pane contents, exactly as tmux wrote them.
