Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateDownloadProgress

Package version

Details about the download progress of update.

Hierarchy

  • UpdateDownloadProgress

Index

Properties

Optional downloadPhase

downloadPhase: DownloadPhase

The download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying' NOTE: This property will not be serialized. It can only be populated by the server.

Optional numberOfUpdatesDownloaded

numberOfUpdatesDownloaded: undefined | number

Number of updates downloaded. NOTE: This property will not be serialized. It can only be populated by the server.

Optional numberOfUpdatesToDownload

numberOfUpdatesToDownload: undefined | number

Number of updates to download. NOTE: This property will not be serialized. It can only be populated by the server.

Optional percentComplete

percentComplete: undefined | number

Percentage of completion. NOTE: This property will not be serialized. It can only be populated by the server.

Optional totalBytesDownloaded

totalBytesDownloaded: undefined | number

Total bytes downloaded. NOTE: This property will not be serialized. It can only be populated by the server.

Optional totalBytesToDownload

totalBytesToDownload: undefined | number

Total bytes to download. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc