export enum TaskStatuses { success = 'success', failed = 'failed', working = 'working', pending = 'pending', }