Skip to content

NotificationProgressReport

Defined in: notifications.ts:51

Incremental progress update payload passed to a running progress handle.

optional current?: number

Defined in: notifications.ts:53


optional increment?: number

Defined in: notifications.ts:55


optional indeterminate?: boolean

Defined in: notifications.ts:56


optional message?: string

Defined in: notifications.ts:52


optional total?: number

Defined in: notifications.ts:54