Interface NotificationExt
Methods
$acceptProgressCanceled
- $acceptProgressCanceled(progressId): void
Returns void
withProgress
- withProgress<R>(options, task): PromiseLike<R>
Parameters
- options: ProgressOptions
- task: ((progress, token) => PromiseLike<R>)
- (progress, token): PromiseLike<R>
Returns PromiseLike<R>
Returns PromiseLike<R>