wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..DetectNodesStuck Property

Detect nodes stuck (test if can landing)

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public bool DetectNodesStuck { get; set; }
Public Property DetectNodesStuck As Boolean
	Get
	Set
public:
property bool^ DetectNodesStuck {
	bool^ get ();
	void set (bool^ value);
}