Files
spacedrive/core/bindings/JobStatus.ts
2022-05-23 03:16:23 -07:00

2 lines
84 B
TypeScript

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