node-crontab icon indicating copy to clipboard operation
node-crontab copied to clipboard

Delete confirmation and Pause functionality

Open ktsosno opened this issue 8 years ago • 0 comments

Had use for a pause functionality and didn't want to have to go the route of a separate data store. This adds a pausedJobs method to retrieve all paused jobs and a pauseJob method to pause a single job based on command.

Also added in a confirmation on delete if a job was successfully removed.

Using this in a separate app to create REST resources for the crontab.

ktsosno avatar Mar 20 '17 04:03 ktsosno