totalTaskCount property

int get totalTaskCount

Gets the total number of tasks (pending + running)

Implementation

int get totalTaskCount => _taskQueue.totalTaskCount;