Thread::IsAlive Property

 

Gets whether the referenced thread is still alive.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool IsAlive {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value.

Returns true if the referenced thread is still alive; otherwise, false.

System_CAPS_noteNote

The thread state may change before this function returns.

The following example demonstrates how to use the IsAlive property.

No code example is currently available or this language may not be supported.
Return to top
Show: