wManager.Wow.Helpers Namespace
WRobot

Extensions..::..SuspendThread Method

Suspends the thread.

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

Syntax


public static bool SuspendThread(
	this ProcessThread thread
)
<ExtensionAttribute> _
Public Shared Function SuspendThread ( _
	thread As ProcessThread _
) As Boolean
[ExtensionAttribute]
public:
static bool^ SuspendThread(
	ProcessThread^ thread
)

Parameters

thread
Type: ProcessThread
The thread.

Return Value

true if success, false otherwise.