Hello,
Could you please tell us, at stitching process completion does stitching program throws any window or is there any way by which you can conclude that stitching process is finished? If so, then using ‘If window does not exist’ command you can make macro to wait for certain time. However if processing time exceeds that specified time limit then again macro would proceed without checking. Unfortunately, Workspace Marco Pro does not provide you with Loop command to repeat same actions. However, our advanced automation product Automation Anywhere 4.0 can fulfil your requirement efficiently. Automation Anywhere 4.0 provides you with various Loop options and If commands to validate variety of condition.
If stitching program is throwing any window at process completion then you can try using Loop command with condition, "If Window doesn't exist". Inside Loop command you can put Delay command. The text format would look something like this,
1) Loop While Window Does Not Exists("Title of window indicating process completion")
2) Delay: (1000 ms)
3) End Loop
Hope that helps. |