On this page
tmux.OpResult
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan.go
-
OpResult is what one operation in a
Planproduced.
5 declared, 0 inherited
Members
- Command attribute Command is the tmux command the operation recorded.
- Created attribute Created is the ID tmux reported for an object this operation brought into being, and is empty for every other operation.
- Err attribute Err is the failure or uncertainty for a failed or indeterminate operation.
- Status attribute Status reports what became of the operation.
- Stdout attribute Stdout holds the operation's output, for an operation that captures it.