# mcp.exec.RunOutcome.Deadline

- **Module:** mcp.exec.RunOutcome
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/exec.rs#L66
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-exec-runoutcome-deadline/

The time the caller allowed ran out.

This ends the waiting, not the command. The pane stays reserved for it
until it ends, so other pane input is refused; `send_keys` with keys
`["C-c"]` alone interrupts it.
