UpdateInstallProgress interface
Progress details during installation of updates.
Properties
number |
Number of updates installed. NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of updates to install. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
Percentage completed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
numberOfUpdatesInstalled
Number of updates installed. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfUpdatesInstalled?: number
Property Value
number
numberOfUpdatesToInstall
Number of updates to install. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfUpdatesToInstall?: number
Property Value
number
percentComplete
Percentage completed. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number