Theia API Documentation v1.65.0
    Preparing search index...
    interface NotificationMain {
        $startProgress(
            options: NotificationMain.StartProgressOptions,
        ): Promise<string>;
        $stopProgress(id: string): void;
        $updateProgress(id: string, report: NotificationMain.ProgressReport): void;
    }

    Implemented by

    Index

    Methods