Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotificationExtImpl

Hierarchy

  • NotificationExtImpl

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly proxy

Methods

Protected mapLocation

withProgress

  • withProgress<R>(options: ProgressOptions, task: (progress: Progress<{ increment?: number; message?: string }>, token: CancellationToken) => PromiseLike<R>): Promise<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 Promise<R>