Files
spacedrive/core/bindings/JobStatus.ts
2022-04-22 19:38:26 +08:00

2 lines
84 B
TypeScript

export type JobStatus = "Queued" | "Running" | "Completed" | "Canceled" | "Failed";