Re: identifying if an application is not responding

2012-07-08 Thread Jens Alfke
On Jul 8, 2012, at 11:07 AM, Devarshi Kulshreshtha wrote: > Is there any way to identify if an application is 'not responding' like > how it shows in 'Force Quit' window when an application is unresponsive. I don't think there is a Cocoa API for it. The next lower-level API is (I think) Process

identifying if an application is not responding

2012-07-08 Thread Devarshi Kulshreshtha
Hi All, Is there any way to identify if an application is 'not responding' like how it shows in 'Force Quit' window when an application is unresponsive. I checked methods declared in NSApplicationDelegate, checked class reference of NSRunningApplication but I did n't get any useful method or prop