AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ IsRunning()

bool drama::ThreadDispatcher::IsRunning ( )
inline

Returns true if the thread is running.

Warning
The value returned here is set by the thread, so it make take some time after starting the thread before it is set true, as the thread won't be scheduled until the current thread is rescheduled.
Returns
True if the thread is running.