Percentage of completion
var percentage = 100 * (1 - (runningTasks / totalQueuedTask)
Total number of running tasks
Pool status key-value pair list except 'default'
The total number of queued tasks. This number is reset when all tasks are finished
Generated using TypeDoc
Represents the state of whether the tasks are still running