Functions that change the way a script is executed. For example, calling another build target or setting a property's value.
Table of Contents
- call - Call another target from within a build file.
- echo - Outputs a message.
- include - Include the contents of the specified build file into the current build file.
- property - Sets a property that can be used by the build script.
- script - Executes the Blitz code contained within the task.
- sleep - Pauses script execution for a set time.