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

"stop" should stop everything #39

Open
andrewrk opened this issue Feb 19, 2013 · 1 comment
Open

"stop" should stop everything #39

andrewrk opened this issue Feb 19, 2013 · 1 comment

Comments

@andrewrk
Copy link
Collaborator

instead of having follow.stop mine.stop strip.stop etc. every plugin should listen to stop and respond appropriately.

@Darthfett
Copy link
Owner

I'm thinking that the new task manager (when I write it) should partially take care of this, by having multiple callback functions for stopping/getting interrupted/resuming/starting a task.

The 'stop' command would automatically invoke the stop function for running task(s), and 'stop ' (e.g. 'stop follow' or 'stop following') should stop a specific task.

This shouldn't be difficult to take care of in the meantime, though.

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

No branches or pull requests

2 participants