hasActiveProcess property

bool get hasActiveProcess

Returns true if there is an active process running.

Implementation

bool get hasActiveProcess => _current != null;