RanorexRanorex Documentation
Seconds Method (seconds, scaleBySpeedFactor)
NamespacesRanorexDelaySeconds(Double, Boolean)
Delays execution for the specified number of seconds.
Declaration Syntax
C#Visual BasicVisual C++
public static void Seconds(
	double seconds,
	bool scaleBySpeedFactor
)
Public Shared Sub Seconds ( _
	seconds As Double, _
	scaleBySpeedFactor As Boolean _
)
public:
static void Seconds(
	double seconds, 
	bool scaleBySpeedFactor
)
Parameters
seconds (Double)
The seconds.
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)