# tmux.PlanResult

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/plan.go#L370
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-planresult/

PlanResult reports what running a [Plan] did, one entry per recorded operation, in the order they were recorded.

## Members

- `Ops` (attribute): Ops holds one result per recorded operation, in the order recorded.
- `OK` (method): OK reports whether every operation completed.
- `Err` (method): Err returns the first failed or indeterminate operation's error, or nil when every operation completed.
