ActivityTypes.Delay Field

Definition

The type value for delay activities.

public const string Delay;
val mutable Delay : string
Public Const Delay As String 

Field Value

Remarks

As an outgoing activity type, causes the adapter to pause for Value milliseconds. The activity's Value should be a Int32.

Applies to