api documentation for agenda (v0.9.1)

Light weight job scheduler for Node.js

table of contents

  1. module agenda
    1. function agenda.job (args)
    2. function agenda.super_ ()
    3. object agenda.job.prototype
  2. module agenda.job
    1. function agenda.job (args)
  3. module agenda.job.prototype
    1. function agenda.job.prototype.computeNextRunAt ()
    2. function agenda.job.prototype.disable ()
    3. function agenda.job.prototype.enable ()
    4. function agenda.job.prototype.fail (reason)
    5. function agenda.job.prototype.isRunning ()
    6. function agenda.job.prototype.priority (priority)
    7. function agenda.job.prototype.remove (cb)
    8. function agenda.job.prototype.repeatAt (time)
    9. function agenda.job.prototype.repeatEvery (interval, options)
    10. function agenda.job.prototype.run (cb)
    11. function agenda.job.prototype.save (cb)
    12. function agenda.job.prototype.schedule (time)
    13. function agenda.job.prototype.toJSON ()
    14. function agenda.job.prototype.touch (cb)
    15. function agenda.job.prototype.unique (unique, opts)

module agenda

function agenda.job (args)

function agenda.super_ ()

module agenda.job

function agenda.job (args)

module agenda.job.prototype

function agenda.job.prototype.computeNextRunAt ()

function agenda.job.prototype.disable ()

function agenda.job.prototype.enable ()

function agenda.job.prototype.fail (reason)

function agenda.job.prototype.isRunning ()

function agenda.job.prototype.priority (priority)

function agenda.job.prototype.remove (cb)

function agenda.job.prototype.repeatAt (time)

function agenda.job.prototype.repeatEvery (interval, options)

function agenda.job.prototype.run (cb)

function agenda.job.prototype.save (cb)

function agenda.job.prototype.schedule (time)

function agenda.job.prototype.toJSON ()

function agenda.job.prototype.touch (cb)

function agenda.job.prototype.unique (unique, opts)

[ this document was created with utility2 ]