Actions

Difference between revisions of "PAUSE"

From Zenitel Wiki

(New page: The '''PAUSE''' statement is used in the Event Handler. It will generate a 100 ms pause in the executing of events. The statement it to be used with care, as the the command string int...)
(No difference)

Revision as of 15:55, 4 April 2008

The PAUSE statement is used in the Event Handler. It will generate a 100 ms pause in the executing of events. The statement it to be used with care, as the the command string interpreter is blocked for other inputs during the waiting period!

The PAUSE statement can be used to solve timing problems in Event Handler.