次の方法で共有


JobStatus type

JobStatus の値を定義します。 使用可能な値は、"新規"、"アクティブ化中"、"実行中"、"完了"、"失敗"、"停止"、"ブロック済み"、"中断済み"、"切断中"、"中断中"、"停止中"、"再開中"、"削除" です。

type JobStatus =
  | "New"
  | "Activating"
  | "Running"
  | "Completed"
  | "Failed"
  | "Stopped"
  | "Blocked"
  | "Suspended"
  | "Disconnected"
  | "Suspending"
  | "Stopping"
  | "Resuming"
  | "Removing"