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#drain * @function * @returns resolves when all running jobs completes */ export declare const drain: (this: Agenda) => Promise<void>; //# sourceMappingURL=drain.d.ts.map