common.TmuxInvocationReport
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- common
- Package
- libtmux
- Source
- packages/libtmux/src/common.ts
-
What one tmux invocation cost and how it ended.
Every command this package runs produces one of these, including the four listings behind a snapshot and the probe that reads the version, and including commands a custom engine executed.
6 declared, 0 inherited
Members
- commands property The commands tmux received, without the connection flags.
- delivery property How far the command got.
repliedfor one that finished either way. - durationMs property Wall time from dispatch to answer, excluding any wait for a slot.
- error property What the invocation threw, when it did not answer.
- exitCode property tmux's own status, when there was one. Nonzero is a refusal, not a fault.
- queuedMs property Time spent waiting for a slot under
maxInFlight.