RunAppAtTime
Previous Top Next

Runs an application at a specific time.
Syntax: RunAppAtTime (AppName As String, Time As Int64)

Some devices do not turn their screen on if the device was off at the wake time.
You can use ScreenOn in the target application to turn the screen on.

Example:
t = TimeParse("07:30")
t = DateAdd(t,0,0,1)
Hardware1.RunAppAtTime(AppPath & "\MyApp.exe", t) 'MyApp will be launched tomorrow at 7:30