class Ens.DTL.Break
extends Ens.DTL.Action
This provides the ability to break out of a series of actions. When performed in
a , the will immeadiately exit the foreach and resume with processing the following actions.
If the appears anywhere else, the processing of any actions following the will be skipped and
the DTL will terminate
parameter TAGNAME = "break";
property Value
as %String;
This holds the value to assign to the property
method DisplayName()
as %String
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.DTL.Compiler)
as %Status