UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 269 B
import { Agenda } from "."; /** * Removes all jobs from queue * @name Agenda#purge * @function * @returns resolved when job cancelling fails or passes */ export declare const purge: (this: Agenda) => Promise<number | undefined>; //# sourceMappingURL=purge.d.ts.map