AppEventHandler Class
This class represents the Event and Timer nodes found under Events in the Application Builder. An AppEventHandler object can be either an Event or a Timer.
The following methods are available for an AppEventHandler object:
An AppEventHandler object has the following properties:
The interval of a Timer in seconds.
Example code
The following code sets the interval of a Timer to 1 hour:
app.event("timer1").set("delay","1[h]");