UNPKG

@pulsecron/nestjs-pulse

Version:

The modern MongoDB-powered scheduling library pulse for NestJS

9 lines (8 loc) 173 B
export declare enum PulseQueueEvent { READY = "ready", ERROR = "error", START = "start", COMPLETE = "complete", SUCCESS = "success", FAIL = "fail" }