UNPKG

@bull-board/api

Version:

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

12 lines (11 loc) 354 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"; };