# snapshot.PaneProgressState

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

## Members

- `Hidden` (constant) — Progress display is hidden.
- `Normal` (constant) — Progress display is normal.
- `Error` (constant) — Progress display reports an error.
- `Indeterminate` (constant) — Progress is indeterminate.
- `Paused` (constant) — Progress is paused.
