共用方式為


UpdateInstallProgress interface

Progress details during installation of updates.

Properties

numberOfUpdatesInstalled

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

numberOfUpdatesToInstall

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

percentComplete

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