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
No data

C# Usage

Will make the code wait for specified amount of time, in ms

public void Wait(int milliseconds)