While executing my VB application, I am calling a third party exe file within my VB application. How do I get notified when the third party exe that I am calling is terminated?

Can I achieve this using API's? If yes, what is the procedure?