My .NET application is starting a second process with
Process.Start(“.\path\to\process.exe”)
Is there a way to get notified when this process is killed by another process during the execution?
My .NET application is starting a second process with Process.Start(.\path\to\process.exe) Is there a way
Share
You’re looking for the
Exitedevent in the returnedProcessinstance.