Interrupting a running task
Interrupting a running task
Hi,is there a way how to interrupt a running task, for example if something went wrong during the task execution?Thanks, Miro
Interrupting a running task
Yes of course.
You may stop the task manually:
Select the runnilng task
Click on "Stop Task" button on toolbar (with red square)
In this case RoboTask will wait execution of current step and stop the task.
Also you may "kill" the task. Just click on "Stop Task" button again.
You may stop the task manually:
Select the runnilng task
Click on "Stop Task" button on toolbar (with red square)
In this case RoboTask will wait execution of current step and stop the task.
Also you may "kill" the task. Just click on "Stop Task" button again.
Interrupting a running task
Oleg, but what in case the RT is moving my mouse? I cant click anything while the mouse is quickly moving here and there.Oleg wrote:Yes of course.
You may stop the task manually:
Select the runnilng task
Click on "Stop Task" button on toolbar (with red square)
In this case RoboTask will wait execution of current step and stop the task.
Also you may "kill" the task. Just click on "Stop Task" button again.
Interrupting a running task
You may use keyboard
Alt-T,S
Alt-T calls Task menu
S calls "Stop task" command
Alt-T,S
Alt-T calls Task menu
S calls "Stop task" command
Interrupting a running task
What if the RT windows is closed or does not have focus? If RT is doing something, it may be impossible to switch to its window.Oleg wrote:You may use keyboard
Alt-T,S
Alt-T calls Task menu
S calls "Stop task" command
Interrupting a running task
This is hypothetical case.What if the RT windows is closed or does not have focus? If RT is doing something, it may be impossible to switch to its window.
When you lock the keyboard and mouse (in fact) you always can terminate RoboTask process by task manager:
Press CtrL-Alt-Del
Select the task manager
Choose RoboTask in process list
Click "End Process" button
Also, do you know that system ignores mouse and ceyboard events in loched session? You may simply lock the console ( Win-L) and wait until the task will be completed. All mouse and keyboard actions will have no effect in this case.
Interrupting a running task
If you're running one task for a specific project, as I am, you can do the following: Create another task
Add > Task Commands > Stop Task.
It will ask for the name of your task. Select it on the drop down.
Now go to Triggering Events tab and put a hotkey on it. Now, whenever
my task goes awry, I just hit my hotkey and it will stop the task.
Hope this helps.
Add > Task Commands > Stop Task.
It will ask for the name of your task. Select it on the drop down.
Now go to Triggering Events tab and put a hotkey on it. Now, whenever
my task goes awry, I just hit my hotkey and it will stop the task.
Hope this helps.