RanorexRanorex Documentation
Ms Method (milliseconds, scaleBySpeedFactor)
NamespacesRanorexDelayMs(Int32, Boolean)
Delays execution for the specified number of milliseconds.
Declaration Syntax
C#Visual BasicVisual C++
public static void Ms(
	int milliseconds,
	bool scaleBySpeedFactor
)
Public Shared Sub Ms ( _
	milliseconds As Integer, _
	scaleBySpeedFactor As Boolean _
)
public:
static void Ms(
	int milliseconds, 
	bool scaleBySpeedFactor
)
Parameters
milliseconds (Int32)
The number of ms to delay.
scaleBySpeedFactor (Boolean)
If set to true the delay time is scaled by the current SpeedFactor.

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