Theia API Documentation v1.65.0
    Preparing search index...
    interface ProgressClient {
        reportProgress(
            progressId: string,
            update: ProgressUpdate,
            message: ProgressMessage,
            cancellationToken: CancellationToken,
        ): Promise<void>;
        showProgress(
            progressId: string,
            message: ProgressMessage,
            cancellationToken: CancellationToken,
        ): Promise<undefined | string>;
    }

    Implemented by

    Index

    Methods