JobStatus type

확장 가능한 상태 값은 파운드리 작업과 공유됩니다.

type JobStatus = "queued" | "in_progress" | "succeeded" | "failed" | "cancelled"