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 to be evoked.
'%' '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.
Tasks – contains tasks, available on the Tasks tab of the Generation dialog box, and which contain lists of generation commands (see above). When a task is selected in the Tasks tab, the commands included in the task are retrieved and their templates evaluated and executed.