tmux.OpResult
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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.