How to get the process exit time?

  • Thread starter Thread starter D.R.Jayahar Devadhason
  • Start date Start date
D

D.R.Jayahar Devadhason

Guest
Hi,

I am monitoring all the processes running in my machine. I can take the start time, name of the process and process id. But I could not take the Exit time of the process. I tried to use the following code.
process.Exited +=


new EventHandler(process_Exited);

But it is not triggering. How can I get the exit time of the application?

Thanks in Advance,
Jayahar


Continue reading...
 
Back
Top