Hi,
I have understood the concept of MultipleThreading Concept but I am totally blank on how to implement it. This is on high priority for me to implement it.
So could anyone help me with this.
Thanks In Advance.
Vidya.
Hi. First of all what do you mean under MultipleThreading Concept? If you want to do work in multiple machines you need to use Queue and run processes on each machine in parallel. If you want to use MultyThreading inside one process - it will be harder. Your objects need to be designed in such way that they can support work in a separate thread and wait for the results of the thread. But you can't interact with graphical applications in such case. Or I don't know how to do this yet 😃
------------------------------ Aliaksandr Sauchanka RPA EY Europe/Minsk ------------------------------