Find NX is idle or not and Reading information from Prompt Area

Hi,

I would like to know whether NX is in Idle status or not.

Kindly let me know if there is any option to find out whether NX is idle or not.

Also,
I have observed that in some cases NX doesn't output any message in to information area (bottom left portion), when some operation is going on, status message will be getting updated.

using this i can achieve the result, however, to do so, I need to read the message NX is putting into status bar as information.
It is an exact opposite of UFS.UI.SetPrompt( Message) there is no API for the same like UFS.UI.GetPrompt.

Is there any way get this status information, so that I can find out whether is Idle or not.

Thanks and Regards,
Maddy

I don't know of a way to read the prompt info. If you want to monitor NX while it is running, you might need something at the OS level (like task manager) that can monitor a specific application or thread.