OperationStatus type

指定した時点で操作を実行できる一連の状態。

type OperationStatus =
  | "notStarted"
  | "running"
  | "succeeded"
  | "canceled"
  | "failed"