The Generation category contains categories and entries to define and activate a generation process:
Commands - contains generation commands, which can be executed at the end of the generation process, after the generation of all files. Commands are written in GTL (see Customizing Generation with GTL), and must be included within tasks (see below) to be evoked.
Options – contains options, available on the Options tab of the Generation dialog box, the values of which can be tested by generation templates or commands. You can create options that take boolean, string, or list values. The value of an option may be accessed in a template using the following syntax:
'%' 'GenOptions.'<option-name> '%'
For example, for a boolean option named GenerateComment, %GenOptions.GenerateComment% will evaluate to either true or false in a template, depending on the value specified in the Generation dialog Options tab.