# test.DaemonState

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

## Members

- `Running` (constant) — The daemon has not exited.
- `Gone` (constant) — The daemon has exited, with the status the kernel reported.
- `Unreadable` (constant) — The wait could not be made, so the daemon's fate is unknown.
- `is_running` (method)
