Values.UpgradeStepItemSourceRepresents a single step of an upgrade or upgrade eligibility check workflow.
type nonrec t = {upgradeStep : UpgradeStep.t option;One of three steps that an upgrade or upgrade eligibility check goes through: PreUpgradeCheck Snapshot Upgrade
*)upgradeStepStatus : UpgradeStatus.t option;The current status of the 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 the progress percentage of a particular step.
*)}