Hi, From teststand we are getting some default UI message with UI message codes. i had gone through the codes. i have a doubt from where these messages are sent. for example
Runstate.Thread.PostUIMessageEx(UIMsg_ModelState_PostProcessingComplete, Runstate.TestSockets.MyIndex, "", ThisContext, True) i am getting this message from teststand in Model plugin - end sequence. check the image below

the UI message related to UIMsg_ModelState can be viewed in process model and we can see exactly from where these messages are sent. but for UI message like UIMsg_EndFileExecution,UIMsg_ClientFileChanged and similar messages cant be viewed in teststand. check the image below.

i need to know exactly where we are sending this UI_Messages.from teststand?