Forces the current build to terminate.
Halt,<Message>
Argument | Description |
---|---|
Message | Text that will be displayed and written to the log citing the reason for the Halt . |
If the project has defined the System,OnBuildExit
directive the command will be processed before the build halts. This allows the developer to clean up any temporary files and/or mount points, and unload any registry hives.
Abort the current build.
Halt,"Incompatible Source. Please select a valid source and try building again."