Is it possible to kick off (start) a service module on the hour?
I'm using this code below now but can't figure out how to kick it off at the top of each hour (or on a specific min of each hour).
Thanks...
I'm using this code below now but can't figure out how to kick it off at the top of each hour (or on a specific min of each hour).
B4X:
StartServiceAt("",DateTime.Now + 900 * 1000,True)'15 mins
Thanks...