System.Threading.Thread.IsAlive Property

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

Syntax

public bool IsAlive { get; }

Value

true if this thread has been started, and has not terminated; otherwise, false.

Remarks

This property is read-only.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0