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