upgradeStatus property

UpgradeStatus? upgradeStatus
final

The current status of the upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

Implementation

final UpgradeStatus? upgradeStatus;