Background task and progress class.

BackgroundTask

Hierarchy (view full)

Constructors

Properties

addLevels: ((count) => void)

Type declaration

    • (count): void
    • Parameters

      • count: number

      Returns void

Undocumented

hidden: boolean

Undocumented

id: number

Gets ID of the task

leadingText: string

Leading text to appear before the task's main text.

levelCount: number

Undocumented

levelIndex: number

Undocumented

minimized: boolean

Undocumented

nextLevel: (() => void)

Type declaration

    • (): void
    • Returns void

Undocumented

taskType: string

Type of task progress

terminated: boolean

Whether this task has been already terminated

text: string

Text of the progress

value: number

Current position of progress

Methods

  • Terminate background task

    Returns void