Set a time when you want your app to start automatically if it is not already opened.

app.SetAlarm( type, id, callback, time, interval, options )

When the alarm is fired, the global OnAlarm event will be fired.

Example - Set Alarm click to expand contents