Question #679532 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679532

RaiMan proposed the following answer:
this you can do:

def handler(e):
    # whatever needs to be done
    RUNTIME.terminate(1, "script ececution stopped in handler)

everything else as normal

if you run this in the IDE, take care, that the script is saved before
running, since this ia brute force and stops the IDE.

most elegant:
- edit and save your script in the IDE
- run your script from commandline and watch it dying ;-)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to