Provides a way to track the progress of running operations.

Hierarchy

Implements

Constructors

Accessors

Methods

Constructors

Accessors

  • get loading(): boolean
  • Gets whether at least one operation is being executed.

    Returns boolean

  • get progress(): number
  • Returns a number between 0 and 1 which represent the ratio between completed operations and total operations.

    Returns number

Methods