hasActiveProcess property
bool
get
hasActiveProcess
Returns true if there is an active process running.
Implementation
bool get hasActiveProcess => _current != null;
Returns true if there is an active process running.
bool get hasActiveProcess => _current != null;