Click or drag to resize

ThreadIHandlerIsAlive Property

Gets a value indicating whether this thread is alive.

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool IsAlive { get; }

Property Value

Type: Boolean
true if this thread is alive; otherwise, false.
See Also