RanorexNetRanorexNet Documentation
SleepTime Property
NamespacesRanorexApplicationSleepTime
Gets or sets the sleep time in milliseconds as an integer value. The current thread will be suspended for the specified sleep time after every command.
Declaration Syntax
C#Visual BasicVisual C++
public static int SleepTime { get; set; }
Public Shared Property SleepTime As Integer
public:
static property int SleepTime {
	int get ();
	void set (int value);
}
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when sleep time is a negative number.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524