# tmux.OpResult

- **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#L430
- **Page:** https://libtmux.org/reference/go/tmux-opresult/

OpResult is what one operation in a [Plan] produced.

## Members

- `Command` (attribute) — Command is the tmux command the operation recorded.
- `Status` (attribute) — Status reports what became of the operation.
- `Created` (attribute) — Created is the ID tmux reported for an object this operation brought into being, and is empty for every other operation.
- `Stdout` (attribute) — Stdout holds the operation's output, for an operation that captures it.
- `Err` (attribute) — Err is the failure or uncertainty for a failed or indeterminate operation.
