次の方法で共有


UpgradeState type

UpgradeState の値を定義します。 使用できる値は、'Invalid'、'RollingBackInProgress'、'RollingBackCompleted'、'RollingForwardPending'、'RollingForwardInProgress'、'RollingForwardCompleted'、'Failed' です。

type UpgradeState =
  | "Invalid"
  | "RollingBackInProgress"
  | "RollingBackCompleted"
  | "RollingForwardPending"
  | "RollingForwardInProgress"
  | "RollingForwardCompleted"
  | "Failed"