Difference between revisions of "PAUSE"
From Zenitel Wiki
Line 1: | Line 1: | ||
+ | {{A}} | ||
The '''PAUSE''' statement is used in the [[Event Handler]]. It will stop the execution of events for 100 ms. 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 is used in the [[Event Handler]]. It will stop the execution of events for 100 ms. The statement it to be used with care, as the the command string interpreter is blocked for other inputs during the waiting period! | ||
Revision as of 09:17, 11 January 2017
The PAUSE statement is used in the Event Handler. It will stop the execution of events for 100 ms. 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.