/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `Pending` - Pending * * `Scheduled` - Scheduled * * `Success` - Success * * `Failed` - Failed * * `Cancelled` - Cancelled * * `In Progress` - In Progress */ export enum CourseCreationTaskStatusEnum { PENDING = 'Pending', SCHEDULED = 'Scheduled', SUCCESS = 'Success', FAILED = 'Failed', CANCELLED = 'Cancelled', IN_PROGRESS = 'In Progress', }