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