Automated
Build Studio Operations |
The Standard category includes the following operations:
| Operations |
Description |
| Abort Macro Execution |
Aborts the macro run without any conditions. |
| Delay |
Delays the macro execution for the specified time span. |
| Disable Logging |
Disables posting custom messages to the log using the Log
Message operation. |
| Enable Logging |
Enables posting custom messages to the log using the Log
Message operation. |
| Export Errors From Log |
Exports errors from the Build Studio's Log panel to a file or
to a variable. |
| Export Log |
Exports the contents of the Build Studio's Log panel to a file
or a variable. |
| Export Summary |
Exports the contents of the Build Studio's Summary panel to an
HTML file. |
| For Loop |
Performs the child operation(s) in a loop. This is an analogue
of the for statement in program languages
such as C++, Basic or Pascal. |
| Group |
Lets you organize several operations into a group. |
| If Previous Operation Fails |
Performs specific actions if an error occurred during
execution of the previous operation in the macro. |
| If ... Then |
Checks the condition and performs the child operation(s) if
the condition is True. |
| Log Message |
Posts a custom message to the log. |
| Run Submacro |
Executes operations of a submacro. |
| Script |
Lets you create a custom script in any of the 3 supported
scripting languages. |
| Set Variable |
Sets a variable value from a macro. |
| Submacro |
Organizes a set of operations into a submacro. You can call
the same submacro using the Run Submacro operation from
different places in your macro. |
| While Loop |
Performs the child operation(s) in a loop. This is an analogue
of the while statement in program languages
such as C++, Basic or Pascal. |
|