If I put another action command(For Ex: close excel, deleat file etc...) in error handring [Finaly] and stop taskbot command in error handlinggcatch], Which one takes precedence?
In my opinion stop task command would take precedence.
If I put another action command(For Ex: close excel, deleat file etc...) in error handring [Finaly] and stop taskbot command in error handlinggcatch], Which one takes precedence?
In my opinion stop task command would take precedence.
Yes, Task Bot: Stop would take precedence as it is not throwing an error to stop the automation.
thank you Mr.Aalon.
One more question.
The bot I am currently creating has the bot exit command in the error handlingncatch], but should I put it in the error handring gFinaly].
I want to stop the bot when an error occurs.
That depends on the bot logic. Generally, I only use Finally to organize my code. Since the Finally always executes, it's the same as putting actions after the Try... Catch block.
Thank you for the ideas. I’ll refer to them.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.