How do I check if my started process still is alive?
/Anders
Printable View
How do I check if my started process still is alive?
/Anders
You could use the WaitForExit method with a short timeout value.
It works!
Thank you.....
The program reads an .ini-file to get the application to start and keep alive. If the application dies for som reason, my program restarts it within seconds specified in the .ini-file.
/Anders