NotificationProgressReport
Interface: NotificationProgressReport
Section titled “Interface: NotificationProgressReport”Defined in: notifications.ts:51
Incremental progress update payload passed to a running progress handle.
Properties
Section titled “Properties”current?
Section titled “current?”
optionalcurrent?:number
Defined in: notifications.ts:53
increment?
Section titled “increment?”
optionalincrement?:number
Defined in: notifications.ts:55
indeterminate?
Section titled “indeterminate?”
optionalindeterminate?:boolean
Defined in: notifications.ts:56
message?
Section titled “message?”
optionalmessage?:string
Defined in: notifications.ts:52
total?
Section titled “total?”
optionaltotal?:number
Defined in: notifications.ts:54