%Installer.Compile
Class %Installer.Compile Extends %Installer.Activity [ ServerOnly = 1, System = 3 ]
This is a "Compile" activity within a Manifest document
Properties
Class
Property Class As %String(MAXLEN = 128) [ Required ];
Class name to compile
Flags
Property Flags As %String [ InitialExpression = "ck" ];
Compile flags value
IgnoreErrors
Property IgnoreErrors As %String [ InitialExpression = "0" ];
Ignore errors flag
Methods
%OnGenerateCode
Method %OnGenerateCode(pTargetClass As %Dictionary.CompiledClass, pCode As %Stream.TmpCharacter, pDocument As %Installer.Manifest) As %Status [ Internal ]
Generate code for this document.