inFlight property
bool
get
inFlight
Whether a command currently owns the terminal (raw passthrough).
Implementation
bool get inFlight => _inFlight;
Whether a command currently owns the terminal (raw passthrough).
bool get inFlight => _inFlight;