Hello,
What do i have to create to end a task when "Wait for Window" is used and the "Waiting timeout" is reached?
end task on window timeout
end task on window timeout
Robotask rules! 

Re: end task on window timeout
When timeout is over then RoboTask generates "Time out" error and aborts the task execution by default.
You can use Error Handling task to process such error.
Read more here please about error handling
You can use Error Handling task to process such error.
Read more here please about error handling
Oleg Yershov