Stop Whole Task If A Program Closes

Discuss RoboTask here
Post Reply
ArashEB
Posts: 3
Joined: Wed Jul 11, 2018 6:21 am

Stop Whole Task If A Program Closes

Post 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.
Rukbunker
Posts: 192
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: Stop Whole Task If A Program Closes

Post by Rukbunker »

Just post your TSK file and some images. That's makes it more useful so we can help you.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Stop Whole Task If A Program Closes

Post 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
Oleg Yershov
Post Reply