About Store Forum Documentation Contact



Post Reply 
Timers
Author Message
pabloruiz55 Offline
Member

Post: #1
Timers
Hi, i would like to know if there is some out of the box class/ function for schedulng a method to be called over some interval of time.

like callfunc("myMethod", 5);
This would call myMethod each 5 seconds.

Thanks!
11-24-2009 03:00 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Timers
you can do this by using Thread class (please check tutorial for that, I believe in "misc" folder)
in the thread creation parameter you can specify 'sleep' or 'sleep_min' for 5000.
11-24-2009 03:43 PM
Find all posts by this user Quote this message in a reply
Post Reply