Theia API Documentation v1.65.0
    Preparing search index...
    interface NotificationExt {
        $acceptProgressCanceled(progressId: string): void;
        withProgress<R>(
            options: ProgressOptions,
            task: (
                progress: Progress<{ increment?: number; message?: string }>,
                token: CancellationToken,
            ) => PromiseLike<R>,
        ): PromiseLike<R>;
    }

    Implemented by

    Index

    Methods