Wait until a process ends

I’ve an application which does

Process.Start()

to start another application ‘ABC’. I want to wait till that application ends (process dies) and continue my execution. How can I do it?

There may be multiple instances of the application ‘ABC’ running at the same time.

9 Answers
9

Leave a Comment