# LibTmux::CommandResult.new

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

```
LibTmux::CommandResult.new(stdout: ::String, stderr: ::String, status: ::Process::Status, elapsed_seconds: ::Float, pid: ::Integer, argv: ::Array[::String]) -> ::LibTmux::CommandResult
```

Behavior: Command evidence.

Behavior contract: Command evidence.
