Share via


Thread.IsAlive Property

Gets a value that indicates the execution status of the current thread.

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

Syntax

public bool IsAlive { get; }

Property Value

true if the current thread has started executing and has not terminated normally; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace