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