UNPKG

@bull-board/api

Version:

A Dashboard server API built on top of bull or bullmq.

15 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STATUSES = void 0; exports.STATUSES = { latest: 'latest', active: 'active', waiting: 'waiting', waitingChildren: 'waiting-children', prioritized: 'prioritized', completed: 'completed', failed: 'failed', delayed: 'delayed', paused: 'paused', }; //# sourceMappingURL=statuses.js.map