Page 1 of 1

Wait for copy/move action

Posted: Wed May 13, 2015 4:01 pm
by vbigdeli
Hi Oleg.

The Copy/Move files action need wait for done checkbox..I mean the robotask should check copied/moved files then go to the next task(s).
I am copying 1GB files sometimes and have to add delay while I don't know how much should the robotask waits for file to being copied complately.with this feature I can make sure that the file(s) has been copied/movied before running next task.

Thanks.

Re: Wait for copy/move action

Posted: Thu May 14, 2015 9:27 am
by Oleg
The action "Copy/Move File" always waits for finish of copy operation.
RoboTask executes the next step of the task only when the copying is finished.

If you start another task (Start Task action) the the task can be started with "Wait for Finish" option. In this case RoboTask waits for finish of started task. Otherwise the task will be started independently and parent task will continue work immediately.