Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lnSnooze = 30000
DECLARE Integer Sleep IN Win32API Integer
=Sleep(lnSnooze) && Pause for 30 seconds
Why not have your program run idle continously and use a timer to launch a specific task at the interval you choose?
even an 8mg program would be managable.