Automated Build Studio Operations - Wait Category
The Wait category includes the following operations:
| Operation | Description |
| Wait for Date and Time | Delays the macro execution for the specified time period, or until the specified date and time
occur. |
| Wait for File | Delays the macro execution until the file attributes are checked, file exists or does not exist, file contents
are changed or meets the condition, or until the specified time period elapses. |
| Wait for INI File | Delays the macro execution until the specified section, key or key value exists or does not exist, the specified key value is changed or meets the condition, or until the specified time period elapses. |
| Wait for Process | Delays the macro execution until the desired process is created, or until the specified time period elapses. |
| Wait for Registry | Delays the macro execution until the predefined key or key value exists or does not exist, the specified key value is changed or meets the condition, or until the specified time period elapses. |
| Wait for Remote Computer | Delays the macro execution until the specified remote computer responds, or until the specified time period elapses. |
| Wait for Variable | Delays the macro execution until a macro variable is assigned the specified value, or until the specified time period elapses. |
| Wait for Window | Delays the macro execution until the desired window is created, or until the specified time period elapses. |
| Wait for XML File | Delays the macro execution until the specified node, attribute or it’s value exists or does not exist, the specified node or attribute value is changed or meets the condition, or until the specified time period elapses. |