I am trying to retrieve all applications which are enlisted in force quit window.
When I am using runningAppications method using below line of code:
[[NSWorkspace sharedWorkspace] runningApplications];
It is enlisting many extra applications which are not enlisted in force quit window.
Can any one suggest me some way to achieve it?