次の方法で共有


OperationState type

許可された操作状態を記述する列挙型。

type OperationState =
  | "NotStarted"
  | "Running"
  | "Succeeded"
  | "Failed"
  | "Canceled"