# engine.TmuxInvocationRequest

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

What an engine is asked to run: one ordered command list, and the daemon it must still be talking to.

tmux runs a command list until one fails and discards the rest, so the list
is the unit of atomicity a caller gets. The daemon guard is what stops a
raw tmux id being applied to whatever a restarted server reissued it to.
