Delay Runtime Properties

DelayTime

(Channel as Integer)Integer

This property can be set in the Enter event to override the default delay time. The new value is valid for the current call until it leaves this control. The units are those set by the property page: seconds, 100s, or milliseconds.

DelayType

(Channel as Integer)vbvDelayTypes

This property overrides the IDelayType initial property per channel. Refer to the IDelayType for valid values.

GotoNode

(Integer)

This property transfers a call to another control. See GotoNode.

TermReason

(Channel as Integer) Integer

On exit from a Delay control, this property can be read by code to check the reason for terminating the delay. The possible values are:

  1. vbvDelayTerm_Unknown (0)

  2. vbvDelayTerm_Digit (1)

  3. vbvDelayTerm_HookFlash (2)

  4. vbvDelayTerm_Timeout (3)

  5. vbvDelayTerm_Disconnected (4)

  6. vbvDelayTerm_UserStopped (5)