# common.CommandResult

- **Module:** common
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/common.ts#L103
- **Page:** https://libtmux.org/en/ts/latest/reference/common-commandresult/

A finished `tmux` invocation, as the process left it.

`cmd` is the argument vector as run, so it includes the connection flags
this library adds. A non-zero `exitCode` is not an exception here — the
callers that raise are the ones that promised a value.

## Members

- `cmd` (property)
- `exitCode` (property): The completed command's exit status, including nonzero tmux refusals.
- `stderr` (property)
- `stdout` (property)
