get_IsAlive()

Thread::get_IsAlive() method

Checks whether thread is alive.

bool System::Threading::Thread::get_IsAlive()

Return Value

True if thread is executing or joining, false otherwise.

See Also