UNPKG

agenda

Version:

Light weight job scheduler for Node.js

11 lines (9 loc) 177 B
'use strict'; /** * Prevents the job type from running * @returns {exports} instance of Job */ module.exports = function() { this.attrs.disabled = true; return this; };