UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 253 B
import { Job } from "."; /** * Fails the job with a reason (error) specified * @name Job#fail * @function * @param reason reason job failed */ export declare const fail: (this: Job, reason: string | Error) => Job; //# sourceMappingURL=fail.d.ts.map