Skip to content

Commit

Permalink
Merge pull request #438 from williamliu52/update-readme
Browse files Browse the repository at this point in the history
Update README to note that setTime() stops the job
  • Loading branch information
ncb000gt authored Sep 19, 2019
2 parents df86cd7 + a9a8f4c commit 835ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Parameter Based
from the NodeJS docs.
* `start` - Runs your job.
* `stop` - Stops your job.
* `setTime` - Change the time for the `CronJob`. Param must be a `CronTime`.
* `setTime` - Stops and changes the time for the `CronJob`. Param must be a `CronTime`.
* `lastDate` - Tells you the last execution date.
* `nextDates` - Provides an array of the next set of dates that will trigger an `onTick`.
* `fireOnTick` - Allows you to override the `onTick` calling behavior. This
Expand Down

0 comments on commit 835ff63

Please sign in to comment.