# tmux.OpResult

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