مشاركة عبر


RunStepStatus type

القيم المحتملة لحالة خطوة التشغيل.

type RunStepStatus =
  | "in_progress"
  | "cancelled"
  | "failed"
  | "completed"
  | "expired"