Forum Discussion
2 Replies
- RokuMarknVisitorAssuming you mean that you want to execute a function periodically, see the "Timed events" section in the Event Loops documentation.
--Mark - KomagRoku GuruOne way to approach it: Basically while your main loop is running, have a roTimespan counting up, and check it every loop. Once it's as large as you want (seconds or milliseconds), do what you want and reset the counter to 0.