Kill Process

smithmrk

Member
If to bots are using the same application (Mainframe) and one bot gets hung up for some reason...if the bot that is hung kills the mainframe application does that also kill the same application for the bot that is running?

For example:
Bot A = Running a Mainframe Application (Extra!)
Bot B = Running a Mainframe Application (Extra!)

Bot A has a problem and kills the process mainframe application (Extra!)...when Bot A does that does it also kill the mainframe application (Extra!) that Bot B was using a well?

The reason I ask is because the "Kill Process" asks for the Process name which could be in the task manager twice and would kill all instances of that name...is there a way to kill the handle instead of using the name. So when you launch an object it would get the process handle so you can kill it that way vs. using the name.

Thanks,
Mark
 
Top