UpdateDownloadProgress interface

details available during the download

Properties

downloadPhase

The download phase.

numberOfUpdatesDownloaded

Number of updates downloaded.

numberOfUpdatesToDownload

Number of updates to download.

percentComplete

Percentage of completion.

totalBytesDownloaded

Total bytes downloaded.

totalBytesToDownload

Total bytes to download.

Property Details

downloadPhase

The download phase.

downloadPhase?: DownloadPhase

Property Value

numberOfUpdatesDownloaded

Number of updates downloaded.

numberOfUpdatesDownloaded?: number

Property Value

number

numberOfUpdatesToDownload

Number of updates to download.

numberOfUpdatesToDownload?: number

Property Value

number

percentComplete

Percentage of completion.

percentComplete?: number

Property Value

number

totalBytesDownloaded

Total bytes downloaded.

totalBytesDownloaded?: number

Property Value

number

totalBytesToDownload

Total bytes to download.

totalBytesToDownload?: number

Property Value

number