sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17832
Re: [Question #228286]: Stopping a running sikuli in Java
Question #228286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/228286
Status: Open => Needs information
RaiMan requested more information:
--- Stopping a running sikuli in Java
This sounds like you are using some-script.sikuli Jython scripts and run them using the ScriptRunner.
If yes, then you might delegate the script running to a thread, that you
can kill whenever you want.
The ScriptRunner is just a simple Java wrapper (I am rather sure: not thread safe ;-) around the Jython interpreter.
So you should be careful with running scripts in parallel (which does not make much sense anyway ;-)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.