UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 266 B
import { Agenda } from "."; /** * Clear the interval that processes the jobs * @name Agenda#stop * @function * @returns resolves when job unlocking fails or passes */ export declare const stop: (this: Agenda) => Promise<void>; //# sourceMappingURL=stop.d.ts.map