# libtmux::CommandRuntimeSnapshot

- **Module:** libtmux
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/async.hpp#L29
- **Page:** https://libtmux.org/reference/cxx/libtmux-commandruntimesnapshot/

## Members

- `capacity` (attribute)
- `in_flight` (attribute) — Accepted commands retaining transport, result, or observer work.
- `pending_results` (attribute) — Result handles not yet waited, detached, or destroyed.
- `pending_observers` (attribute) — Observer records not yet claimed for dispatch or discarded, ready or not.
- `accepted` (attribute) — Commands admitted since startup.
- `refused` (attribute) — Commands refused before admission since startup.
- `completed` (attribute) — Accepted results whose observer record, when present, is also ready.
- `accepting` (attribute) — True while neither stop nor close has ended admission.
