UNPKG

@bull-board/api

Version:

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

13 lines (12 loc) 419 B
export declare const STATUSES: { readonly latest: "latest"; readonly active: "active"; readonly waiting: "waiting"; readonly waitingChildren: "waiting-children"; readonly prioritized: "prioritized"; readonly completed: "completed"; readonly failed: "failed"; readonly delayed: "delayed"; readonly paused: "paused"; }; export type STATUSES = (typeof STATUSES)[keyof typeof STATUSES];