Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithStatusCallbackParams

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

totalQueuedTask

totalQueuedTask: number

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

Generated using TypeDoc