isFinished property

bool isFinished

Returns true if exitCode is defined (process exited).

Implementation

bool get isFinished => exitCode != null;