Submission Interfaces
xgWait Command
Last updated on Dec 22, 2025
If you need to wait for processing of one portion of the script to complete before processing the next, you should insert an xgWait command. When an xgWait command is encountered, Incredibuild does not proceed before receiving confirmation that the previous statement or group of statements have completed.
The xgWait.exe tool can be used to pause execution until all tasks with a given group identifier have completed. This allows creating dependencies between different execution parts in the script.
Note: xgWait is not relevant for Automatic Interception interface.