Delay

Add a delay between sub-actions
Delay Dialog
Delay Dialog

Parameters

Delay
Number required
The duration of the delay
Random
Checkbox
Generate a random delay between min/max values
To
Checkbox
If Random is selected, a random delay will be selected between the Delay and To values

Variables

NameTypeDescription
 
Variables generated by all triggers and available within all action executions.

C# Usage

public void Wait(int milliseconds)
Read more in API > C# > Methods > Core > Misc > Wait