Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateInstallProgress

Package version

Progress details during installation of updates.

Hierarchy

  • UpdateInstallProgress

Index

Properties

Optional numberOfUpdatesInstalled

numberOfUpdatesInstalled: undefined | number

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

Optional numberOfUpdatesToInstall

numberOfUpdatesToInstall: undefined | number

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

Optional percentComplete

percentComplete: undefined | number

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

Generated using TypeDoc