jobStatus
Type Alias: jobStatus
type jobStatus = "created" | "started" | "finished" | "failed" | "used" | "restarted";
Defined in: packages/api/src/client/types.gen.ts:155
The current status of the job.
Updated 10 days ago
type jobStatus = "created" | "started" | "finished" | "failed" | "used" | "restarted";
Defined in: packages/api/src/client/types.gen.ts:155
The current status of the job.
Updated 10 days ago