Wait for task : output code

Post comments and suggestions for RoboTask here
Post Reply
Vara04
Posts: 54
Joined: Fri Feb 24, 2012 8:02 pm
Location: France

Wait for task : output code

Post by Vara04 »

How to know, when there is a timeout in task item ("Wait for task" for example), if the item continue after timeout or after the end of the task ?
Maybe a solution is to add a variable to save the state of end of the waiting task item (in "Wait for task") ?
Chris
(Robotask v6.4.2 on Win2008 x64)
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Wait for task : output code

Post by Oleg »

If timeout is over then the action generates the error "Timeout is over"
By default this terminates the task execution.
Of course you can handle this error by using error handler
Oleg Yershov
Vara04
Posts: 54
Joined: Fri Feb 24, 2012 8:02 pm
Location: France

Re: Wait for task : output code

Post by Vara04 »

Ok
I did not notice that there was this possibility.
Chris
(Robotask v6.4.2 on Win2008 x64)
Post Reply