Timer 3.1

Category / Domain : Outils
SCOL Voy@ger Compatibility : V 2.0c or above
Update : 2001/03

Function

The TIMER module is used to organize actions at regular intervals.

Configuration


Figure 1 : TIMER module interface

(1) : Period (ms) : Time interval expressed in milliseconds (e.g., 60000 milliseconds represent 1 minute). To every "top" an event will be generated

Implementation


Action Function
module.event à timer.start Starts the Timer module at client side
module.event à timer.destroy Stops the Timer module at client side
module.event à timer.top Activates the Top event once only
module.event à timer.period Used to define a period other than that set in the module : this new period is indicated in the parameters (in milliseconds).

Event Function
timer.top à module Action An event is generated with the signal.

Zone Function Interface Assignment
None