instrumenting an application in .NET
I believe the system.management.instrumentation namespace provides classes to instrument an application. For example, if an application is stopped, an event will occur to get it started....
The problem is how to i determine the idle or unstable state of an application?
Welcome any advice