Thread.IsAlive Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates the execution status of the current thread.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if this thread has been started and has not terminated normally or aborted; otherwise, false.
Show: