System::Threading::Thread::get_IsAlive method

Thread::get_IsAlive method

Checks whether thread is alive.

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

ReturnValue

True if thread is executing or joining, false otherwise.

See Also