executingTaskCount property
int
get
executingTaskCount
Gets the number of executing tasks
Implementation
int get executingTaskCount => _executingTasks.length;
Gets the number of executing tasks
int get executingTaskCount => _executingTasks.length;