PAGE('TIMER', …)
Use this command to active/deactivate a timer for the given action code. The script will be started every x seconds. This interval is set by the seconds parameter.
PAGE('TIMER',
string OnOff ['0|1'],
int Seconds,
string ActionCode);
example:
PAGE('TIMER',
'1',
10,
'SYNCSCRIPT');
There may be only one timer and it must have a minimal interval of 10 seconds.
