croot / nekopaw

Automatically exported from code.google.com/p/nekopaw
1 stars 0 forks source link

job interruption #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- when you interrupt a script, it should stop on the part where you interrupted 
it (right now it finish script to the end);
- when you stop a job, all delays should be canceled (change sleep to 
waitforevent);
- skip resource, where delayed thread exists (don't need to make queue of 
dealyed threads if there is other resources waiting for new job).

Original issue reported on code.google.com by catgirlfighter on 12 Nov 2013 at 11:51

GoogleCodeExporter commented 9 years ago
added $thread.canceled keyword, so now you can safely interrupt all key actions 
in script inline.

Original comment by catgirlfighter on 2 Apr 2014 at 12:03

GoogleCodeExporter commented 9 years ago
all delayed threads now cancels instantly.

Original comment by catgirlfighter on 4 May 2014 at 3:45