runningTaskCount property
int
get
runningTaskCount
Gets the number of running tasks
Implementation
int get runningTaskCount => _runningTasks;
Gets the number of running tasks
int get runningTaskCount => _runningTasks;