UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 380 B
/** All possible states for a Veeam Enterprise Task */ export declare enum TaskStateEnum { 'canceled' = "canceled", 'doing' = "doing", 'done' = "done", 'error' = "error", 'toCreate' = "toCreate", 'todo' = "todo", 'unfixed' = "unfixed", 'waiting' = "waiting", 'waitingForChilds' = "waitingForChilds" } //# sourceMappingURL=TaskStateEnum.d.ts.map