Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Ens.DTL.Break

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

Property Inventory

Method Inventory

Parameters

parameter TAGNAME = break;

Properties

property Value as %String;
This holds the value to assign to the property
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

method DisplayName() as %String
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab