Interface NotificationMain

interface NotificationMain {
    $startProgress(options): Promise<string>;
    $stopProgress(id): void;
    $updateProgress(id, report): void;
}

Implemented by

Methods