# tmux.PlanResult

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/plan.go#L370
- **Page:** https://libtmux.org/reference/go/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.
