isFinished property

bool isFinished

Returns true if the spawned Dart script/file have finished.

Implementation

bool get isFinished => exitCode.isCompleted;