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