Files
spacedrive/core/bindings/JobStatus.ts
2022-05-22 23:24:43 -05:00

2 lines
84 B
TypeScript

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