RanorexRanorex Documentation
Delay Class
NamespacesRanorexDelay
Provides simple delay functionality which is automatically scaled by a configurable speed factor.
Declaration Syntax
C#Visual BasicVisual C++
public static class Delay
Public NotInheritable Class Delay
public ref class Delay abstract sealed
Members
All MembersMethodsProperties



IconMemberDescription
Duration(Duration)
Delays execution for the specified duration.

Duration(Duration, Boolean)
Delays execution for the specified duration.

Milliseconds(Int32)
Delays execution for the specified number of milliseconds.

Milliseconds(Int32, Boolean)
Delays execution for the specified number of milliseconds.

Ms(Int32)
Delays execution for the specified number of milliseconds.

Ms(Int32, Boolean)
Delays execution for the specified number of milliseconds.

Seconds(Double)
Delays execution for the specified number of seconds.

Seconds(Double, Boolean)
Delays execution for the specified number of seconds.

SpeedFactor
Gets or sets the speed factor. Set to positive infinity or zero to disable delays. Defaults is '1.0'.

Inheritance Hierarchy
Object
Delay

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