allTasksSubmitted property

bool allTasksSubmitted

Returns true if all tasks were submitted for execution.

Implementation

bool get allTasksSubmitted => where((t) => !t.wasSubmitted).isEmpty;