Values.UpgradeStepItemSourceRepresents a single step of the Upgrade or Upgrade Eligibility Check workflow.
type nonrec t = {upgradeStep : UpgradeStep.t option;Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot Upgrade
*)upgradeStepStatus : UpgradeStatus.t option;The status of a particular step during an upgrade. The status can take one of the following values: In Progress Succeeded Succeeded with Issues Failed
*)issues : Issues.t option;A list of strings containing detailed information about the errors encountered in a particular step.
*)progressPercent : Double.t option;The Floating point value representing progress percentage of a particular step.
*)}