Click or drag to resize

IBasicThreadIsAlive Property

Returns true if the thread is alive.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool IsAlive { get; }

Property Value

Boolean
true if the thread is alive.
Remarks
Use Kill to kill the thread. This method can be called from any thread.
See Also