Threading

Thread::isRunning - Threading

// PROTOTYPE
bool isRunning() const;

Returns true if this thread is running (has started and has not exited yet).