Hi guys,
Need some help here.
Am doing a restart on a machine, so I have to wait for a given amount of time, i.e 2 minutes or so in order to achieve the rest of the steps required for my process.
During this waiting time, BP becomes unresponsive, so in Task Manager the tool will have the status ==> Not Responding.
I don't want this, just because other processes can not run on the same system anymore, because BP freezes, the window becomes grey etc.
The same status I've achieved with a C# code i.e System.Threading.Thread.Sleep(5000);
Can someone please advise on this very simple topic?
How can I have a generic waiting period of time, without the freeze?
Thank you in advance!
------------------------------
Cohen
RPA Developer
Romania
------------------------------