# common.OperationStatus

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

What became of one step of a multi-step operation.

`skipped` is not a failure: a step whose precondition no longer holds is
reported rather than retried, so the caller sees why the whole did less
than it asked for.
