次の方法で共有


StageStatus type

StageStatus の値を定義します。

type StageStatus =
  | "None"
  | "InProgress"
  | "Succeeded"
  | "Failed"
  | "Cancelled"
  | "Cancelling"
  | "SucceededWithErrors"
  | "WaitingForCustomerAction"
  | "SucceededWithWarnings"
  | "WaitingForCustomerActionForKek"
  | "WaitingForCustomerActionForCleanUp"
  | "CustomerActionPerformedForCleanUp"
  | "CustomerActionPerformed"