tags:

views:

92

answers:

0

Is there any possibility to check from code if another process is not responding?

The problem is even if the app is crashed and on the Manager's list is marked as 'Not Responding', the Process.Responding property is still returning 'true'.

The 'Exited' event and function 'WaitForExit' are do any action if the process is- what is clear- exited. So it's not the point.

Problem in two words; I need to know that the application is crashed. How to check it from the code?

Thank you for your time.