Built in way of determining if you're on the message thread?

Hi, is there anything in the API to test this so that it’s safe to call GUI update functions?

thx

MessageManager::getInstance()->isThisTheMessageThread()

yes: bool MessageManager::isThisTheMessageThread ( ) const

lovely - thanks for the quick reply…