interface OngoingDownloadRuntimeUpdateTaskState {
    id: number;
    isFinished: false;
    progress: undefined | DownloadRuntimeUpdateTaskProgress;
}

Hierarchy (view full)

Properties

id: number
isFinished
progress: undefined | DownloadRuntimeUpdateTaskProgress