I want to programmatically verify the status of an application to see if it has crashed or stopped. I know how to see if the process exists in C# but can I also see if it is "Not responding"?
|
|
Everything you need is in System.Diagnostics, for example: to check if a process is responding.
|
||
|
|
|
|
See "Not Responding" Message in Windows Form Applicati at Fog Creek Software |
||
|
|
