Share via


IsAlive Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating the execution status of the current thread.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property IsAlive As Boolean
public bool IsAlive { get; }
public:
property bool IsAlive {
    bool get ();
}
member IsAlive : bool with get
function get IsAlive () : boolean

Property Value

Type: System. . :: . .Boolean
true if this thread has been started and has not terminated normally or aborted; otherwise, false.

.NET Framework Security

See Also

Reference

Thread Class

System.Threading Namespace