Thread2::IsAlive Property
Visual Studio 2015
Gets whether the referenced thread is still alive.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Implements
Thread::IsAliveReturns true if the referenced thread is still alive; otherwise false.
Note |
|---|
The thread state may change before this function returns. |
The following example demonstrates how to use the Collection property.
Show:
