allTasksSubmitted property
bool
get
allTasksSubmitted
Returns true
if all tasks were submitted for execution.
Implementation
bool get allTasksSubmitted => where((t) => !t.wasSubmitted).isEmpty;
Returns true
if all tasks were submitted for execution.
bool get allTasksSubmitted => where((t) => !t.wasSubmitted).isEmpty;