sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52168
[Question #682155]: Callback when an observation timeout
New question #682155 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682155
Hello,
I am using the 1.1.x Sikuli version
when doing:
def changed(event):
print "something changed in ", event.region
my_region.onChange(50, changed)
my_region.observeInBackground(10)
Is there a way to have a callback after 10 seconds if the observation timeout ? Something like:
my_region.onTimeOut(callback)
Thx
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.