Engine.UIMessagePollingEnabled
Specifies whether UIMessage polling is enabled.
Default value is False.
Set this property to True when writing a user interface which uses polling rather than events to get UIMessages from TestStand.
To poll, call IsUIMessageQueueEmpty. If IsUIMessageQueueEmpty returns False, call GetUIMessage to retrieve the next UIMessage. Release your reference to the previous UIMessage before getting the next one.