I need to write an app that basically looks for a running process on the network and then if it doesn't see the process running for "x" amount of seconds to start an application locally. I know how to write the "timer" and to call the app but I do not know how to have it look for the process. What is the best or most efficient way to do this?
It is not a service but just an application that is running.
It is not a service but just an application that is running.