# plan.run.PlanResult

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

What running a plan produced.

## Members

- `operations` (method): One report per recorded operation, in plan order.
- `steps` (method): What each dispatched invocation produced.
- `dispatches` (method): How many tmux invocations the run cost.
- `is_complete` (method): Whether every operation is known to have succeeded.
- `created` (method): The concrete id a creating operation produced, if it bound one.
