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 ReadOnly Property IsAlive As Boolean
Get
abstract IsAlive : bool with get
Property Value
Type:
Booleantrue if this thread is alive; otherwise,
false.
See Also