cletus/node_modules/agenda/dist/job/touch.d.ts
2025-05-09 15:53:19 -05:00

8 lines
No EOL
224 B
TypeScript

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