helperbot icon indicating copy to clipboard operation
helperbot copied to clipboard

"stop" should stop everything

Open andrewrk opened this issue 12 years ago • 1 comments

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

andrewrk avatar Feb 19 '13 22:02 andrewrk

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.

Darthfett avatar Feb 19 '13 23:02 Darthfett