Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithStatusState

Hierarchy

Index

Properties

isLoading

isLoading: boolean

Represents the state of whether the tasks are still running

percentage

percentage: number

Percentage of completion

var percentage = 100 * (1 - (runningTasks / totalQueuedTask)

runningTasks

runningTasks: number

Total number of running tasks

Optional statusList

statusList: {}

Pool status key-value pair list except 'default'

Type declaration

totalQueuedTask

totalQueuedTask: number

The total number of queued tasks. This number is reset when all tasks are finished

Generated using TypeDoc