Page 1 of 1

Stop Whole Task If A Program Closes

Posted: Fri Sep 07, 2018 9:51 pm
by ArashEB
Hi

How can I stop the task & show an Error Dialog whenever, user close a specific program ?!

Forexmpale we have a task, that everything happens inside a Browser.
If user exit the Browser whenever, the whole task will be stop & we see an error dialog.

Re: Stop Whole Task If A Program Closes

Posted: Mon Sep 10, 2018 4:43 pm
by Rukbunker
Just post your TSK file and some images. That's makes it more useful so we can help you.

Re: Stop Whole Task If A Program Closes

Posted: Tue Sep 11, 2018 7:23 am
by Oleg
You can check existence of necessary window on desktop or necessary process in memory
Look at the action Check for Window
and {IsProcessExists(<process_name>)} variable