runningTaskCount property

int get runningTaskCount

Gets the number of running tasks

Implementation

int get runningTaskCount => _taskQueue.runningTaskCount;