# plan.run.OperationValue

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

The typed value one operation produced.

## 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.
