Gets a value indicating whether this thread is alive.
Namespace:
Eto.Threading
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsAlive { get; }
Public ReadOnly Property IsAlive As Boolean
Get
member IsAlive : bool with get
Property Value
Type:
Booleantrue if this thread is alive; otherwise,
false.
See Also