Component Pause
Description
Performs a script delay before executing the next component. If a zero timeout is specified - the component is skipped.
In some cases, when working with large scenarios, it is convenient to use the Pause component as a blank. To align the visual representation of the script, for easy and quick property changes. For example, by exit branches from the "Menu" component, where each transition property is set inside a special window by selecting one object from the list of all scenario objects.
Index |
|
Short title |
|
Types of scenarios |
|
Starter module |
|
Mode |
Asynchronous |
Icon |
![]() |
Branching pattern |
Non-branching |
Properties
Specification | Description |
---|---|
Title: |
Pause duration, in milliseconds. |
Title: |
Specifies the behavior of the component with the raw event queue. Unprocessed events accumulate in the queue if the component executing at the time the event arrives is not called to process them, and remain in the queue until the next component processes them (or the script terminates). The set of events under consideration DOES NOT include events handled by the scripting machine itself, such as cross-scenario communication events, script swapping, termination or owner swapping, etc. Accumulative events include:
Possible values:
The use of a zero timeout component with event queue clear mode can be used in those places in the scenario where it is logically important to clear accumulated tails. For example, previously entered DTMF signals. |
Title: |
Component to which control is passed. |
See also
-
role svc