api documentation for node-cron (v1.1.3)

A simple cron-like task scheduler for Node.js

table of contents

  1. module node-cron
    1. function node-cron.schedule (expression, func, immediateStart)
    2. function node-cron.scheduled_task (task, immediateStart)
    3. function node-cron.task (pattern, execution)
    4. object node-cron.scheduled_task.prototype
    5. object node-cron.task.prototype
  2. module node-cron.scheduled_task
    1. function node-cron.scheduled_task (task, immediateStart)
  3. module node-cron.scheduled_task.prototype
    1. function node-cron.scheduled_task.prototype.destroy ()
    2. function node-cron.scheduled_task.prototype.start ()
    3. function node-cron.scheduled_task.prototype.stop ()
  4. module node-cron.task
    1. function node-cron.task (pattern, execution)
  5. module node-cron.task.prototype
    1. function node-cron.task.prototype.update (date)

module node-cron

function node-cron.schedule (expression, func, immediateStart)

function node-cron.scheduled_task (task, immediateStart)

function node-cron.task (pattern, execution)

module node-cron.scheduled_task

function node-cron.scheduled_task (task, immediateStart)

module node-cron.scheduled_task.prototype

function node-cron.scheduled_task.prototype.destroy ()

function node-cron.scheduled_task.prototype.start ()

function node-cron.scheduled_task.prototype.stop ()

module node-cron.task

function node-cron.task (pattern, execution)

module node-cron.task.prototype

function node-cron.task.prototype.update (date)

[ this document was created with utility2 ]