# command.CommandResult.new

- **Module:** command.CommandResult
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/command.rs#L842
- **Page:** https://libtmux.org/reference/rs/command-commandresult-new/

```
command.CommandResult.new(request_id: RequestId, command: CommandSummary, status: ProcessStatus, stdout: Vec<u8>, stderr: Vec<u8>) -> Self
```
