isActive property

bool get isActive

Weather the process is still accepting inputs.

Implementation

bool get isActive => _isActive;