# LibTmux::CommandResult

- **Module:** LibTmux
- **Package:** libtmux
- **Language:** Ruby
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-ruby/blob/c6d9d21771828e583692ca899ed817f9640d6a55/gems/libtmux/lib/libtmux/process.rb#L8
- **Page:** https://libtmux.org/en/ruby/latest/reference/libtmux-commandresult/

## Members

- `argv` (method): Returns the value of attribute argv.
- `delivery` (method): Behavior: Command evidence.
- `elapsed_seconds` (method): Returns the value of attribute elapsed_seconds.
- `inspect` (method): Behavior: Command evidence.
- `pid` (method): Returns the value of attribute pid.
- `status` (method): Returns the value of attribute status.
- `stderr` (method): Returns the value of attribute stderr.
- `stdout` (method): Returns the value of attribute stdout.
- `success?` (method): Behavior: Command evidence.
- `text` (method): Behavior: Command evidence.
- `new` (method): Behavior: Command evidence.
