Hello, I want to solve the next situation.

I start multiple executables using the Shell command. This function returns the processID. After a while I want to check if the processID is still in use by me. Thus: check if processID exists, check if name of process is the one I used to start it up.

Thanks for your solution!