UNPKG

agenda

Version:

Light weight job scheduler for Node.js

8 lines 224 B
import { Job } from "."; /** * Updates "lockedAt" time so the job does not get picked up again * @name Job#touch * @function */ export declare const touch: (this: Job) => Promise<Job>; //# sourceMappingURL=touch.d.ts.map