# types.AbortLike.reason

- **Module:** types.AbortLike
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L803
- **Page:** https://libtmux.org/en/ts/latest/reference/types-abortlike-reason/

Why the caller abandoned the command, when they said.

Carried onto the cancellation error as its `cause`, so `abort(myError)`
comes back rather than being replaced by a generic refusal. Optional
because the signal is typed structurally; a real `AbortSignal` has it.
