totalTaskCount property

int get totalTaskCount

Gets the total number of tasks

Implementation

int get totalTaskCount => queuedTaskCount + executingTaskCount;