← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #682155]: Callback when an observation timeout

 

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

Description changed to:
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)

Thanks a lot

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