wManager.Wow.Helpers Namespace
WRobot

Timer..::..IsReady Property

Returns true if the timer is ready

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public bool IsReady { get; }
Public ReadOnly Property IsReady As Boolean
	Get
public:
property bool^ IsReady {
	bool^ get ();
}

Field Value

true if this instance is ready; otherwise, false.

Exceptions


ExceptionCondition
NotSupportedExceptionThe system does not have a high-resolution performance counter.