Built-in functions that do not reside in packages
callbot(__filepath, __argument);
Description
With the built-in callbot function it is possible to (conditionally) run another robot, using Xill. A parameter can be passed along, which can be any variable, including a list or an object. That variable can be named in the called robot using the...
Tue, 28 Aug, 2018 at 4:36 PM
runBulk(__calledRobot,__argument,__options*); Description RunBBulk is similar to callbot, but enables the user to do multiple calls for exactly the same robot in parallel. Iterates over arguments (a particular order is not guaranteed) and for each of these arguments it will run the specific c...
Thu, 13 Dec, 2018 at 4:11 PM