RanorexRanorex Documentation
Milliseconds Method (milliseconds)
NamespacesRanorexDelayMilliseconds(Int32)
Delays execution for the specified number of milliseconds.
Declaration Syntax
C#Visual BasicVisual C++
public static void Milliseconds(
	int milliseconds
)
Public Shared Sub Milliseconds ( _
	milliseconds As Integer _
)
public:
static void Milliseconds(
	int milliseconds
)
Parameters
milliseconds (Int32)
The number of ms to delay.
Remarks
The delay time is scaled by the current SpeedFactor.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)