# pane.PaneWait

- **Module:** pane
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/pane.rs#L1239
- **Page:** https://libtmux.org/reference/rs/pane-panewait/

## Members

- `Arrived` (constant) — What was waited for happened.
- `Dead` (constant) — The pane's process ended before it happened. Waiting longer cannot change the answer, which is why this is not a timeout.
- `TimedOut` (constant) — The time ran out with the pane still alive.
