I am finding that anything posted to the message centre, either directly or as a result of a call to a routine within this class, will do so continuously.
I therefore tried disabling messaging during the EnterIdle Event with SetCExpressionValue "tcb->control.inh_err", 0 but this does not appear to work?
I want to do this because I am calling some common utilities within this class and do not want to change the messaging in those other routines or it will affect other utilities.
Messages are being broadcast using msdMessageCenterPriorityDebug if that provdies a hint...