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...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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!
+
{{AI}}
 +
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.
 
The PAUSE statement can be used to solve timing problems in Event Handler.

Latest revision as of 16:16, 4 October 2019

AI.png

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.