Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create CronJob.stop() #9

Closed
rasmusbergpalm opened this issue Aug 19, 2011 · 4 comments
Closed

create CronJob.stop() #9

rasmusbergpalm opened this issue Aug 19, 2011 · 4 comments

Comments

@rasmusbergpalm
Copy link

and here it is:

stop: function(){
return clearInterval(this.timer);
}

@ncb000gt
Copy link
Member

Mahalo. If you want commit credit for the addition just fork, patch, test, and send a pull request. Otherwise, I'll add this at some point in the near future.

@rasmusbergpalm
Copy link
Author

Ah it's ok :)

@rasmusbergpalm
Copy link
Author

oops.

@ncb000gt
Copy link
Member

This is resolved as a part of GH-10. For the changes see the master branch. This is still a work in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants