In my application, I can get running applications by calling the runningApplications method for a shared instance of NSWorkspace.
Now I want to determine if the application is "not responding", as shown in the "Forced Close" window, when the application is not responding.
Is there any way to identify it?
source share