Actions

PAUSE

From Zenitel Wiki

Revision as of 15:55, 4 April 2008 by Asle (talk) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.