# common.CommandOutcome

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

One command's result together with how far it got.

The two are separate because they can disagree: a command can be delivered
and still fail, and one that failed to deliver has no result at all.

## Members

- `delivery` (property)
- `result` (property)
- `status` (property)
