# plan.run.OperationReport

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

What one recorded operation produced, in plan order.

## Members

- `index` (method): The operation's zero-based index in the plan.
- `kind` (method): Which recorded operation this report describes.
- `outcome` (method): How the operation ended.
- `attribution` (method): How directly the dispatch evidence applies to this operation.
- `value` (method): The operation's typed value, when the run established one.
