Type Alias ComfyJob_Status

ComfyJob_Status:
    | "building"
    | "queued"
    | "running"
    | "completed"
    | "failed"
    | "cancelled"

States for a job to be in.