Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateDownloadProgress

Package version

interface

An interface representing UpdateDownloadProgress. details available during the download

Hierarchy

  • UpdateDownloadProgress

Index

Properties

Optional downloadPhase

downloadPhase: DownloadPhase
member

{DownloadPhase} [downloadPhase] The download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying'

Optional numberOfUpdatesDownloaded

numberOfUpdatesDownloaded: undefined | number
member

{number} [numberOfUpdatesDownloaded] Number of updates downloaded.

Optional numberOfUpdatesToDownload

numberOfUpdatesToDownload: undefined | number
member

{number} [numberOfUpdatesToDownload] Number of updates to download.

Optional percentComplete

percentComplete: undefined | number
member

{number} [percentComplete] Percentage of completion.

Optional totalBytesDownloaded

totalBytesDownloaded: undefined | number
member

{number} [totalBytesDownloaded] Total bytes downloaded.

Optional totalBytesToDownload

totalBytesToDownload: undefined | number
member

{number} [totalBytesToDownload] Total bytes to download.

Generated using TypeDoc