Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationExt

Hierarchy

  • NotificationExt

Implemented by

Index

Methods

  • $acceptProgressCanceled(progressId: string): void
  • withProgress<R>(options: ProgressOptions, task: ((progress: Progress<{ increment?: number; message?: string }>, token: CancellationToken) => PromiseLike<R>)): PromiseLike<R>
  • Type Parameters

    • R

    Parameters

    • options: ProgressOptions
    • task: ((progress: Progress<{ increment?: number; message?: string }>, token: CancellationToken) => PromiseLike<R>)
        • (progress: Progress<{ increment?: number; message?: string }>, token: CancellationToken): PromiseLike<R>
        • Parameters

          • progress: Progress<{ increment?: number; message?: string }>
          • token: CancellationToken

          Returns PromiseLike<R>

    Returns PromiseLike<R>