/** * To be removed, only used by GlueMapWindow::Idle(). */ bool IsTriggered() { return trigger.Test(); }
/** * Check this thread has received the "Stop" comand. */ bool CheckStopped() const { return stop_trigger.Test(); }