upgradeStatus property

UpgradeStatus? upgradeStatus
final

The overall status of the update. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

Implementation

final UpgradeStatus? upgradeStatus;