interface NotificationExt {
    $acceptProgressCanceled(progressId): void;
    withProgress<R>(options, task): PromiseLike<R>;
}

Implemented by

Methods