# common.DeliveryStatus

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

How far a command got before something interrupted it.

This is what a caller needs to decide whether retrying is safe: a command
that was never written changed nothing, and one that was written but not
answered may have done its work already. `indeterminate` is the honest
answer, not a missing one.
