.abort_command Macro

This macro stops command execution altogether. It is available to execute generation commands only, and may be used in addition to standard GTL macros when defining commands.

Example:

.if %_JAVAC%
  .execute (%_JAVAC%,%FileName%)
.else
  .abort_command
.endif