| IBasicThreadIsAlive Property | 
			Returns true if the thread is alive.
		
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll) 
 Syntax
SyntaxReadOnly Property IsAlive As Boolean
	Get
property bool IsAlive {
	bool get ();
}Property Value
Booleantrue if the thread is alive.
		
 Remarks
Remarks
			Use 
Kill to kill the thread.
			This method can be called from any thread.
		
 See Also
See Also