Skip to content

NotificationProgressToken

Defined in: notifications.ts:88

Cancellation token exposed to long-running tasks started through the notification progress API.

readonly isCancellationRequested: boolean

Defined in: notifications.ts:90


readonly signal: AbortSignal

Defined in: notifications.ts:89

throwIfCancellationRequested(): void

Defined in: notifications.ts:91

void