stepStatus property

UpgradeStatus? stepStatus
final

One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

Implementation

final UpgradeStatus? stepStatus;