Hi, Ashish. Nice demo.I'm have one question: What about errors from console while import process/object/release to Blue Prism server? How can we track it? How to notify administrators about Ecxeption?Thanks,------------------------------Aliaksandr Sa...
Hi, Niklas.You can write the code that can track your popup and press the "ok" button with C# or VB.NET and run it in separate Thread in object.
Then you can call this action from your process and it will work in separate thread.Important note: d...
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...