Skip to main content

Ens.BPL.Delay

class Ens.BPL.Delay extends Ens.BPL.Activity

Represents a delay for a specified duration or until a specific instant The duration is specifed in seconds and the until instant is specified as an xsd:dateTime. The timezone portion of xsd:dateTime is NOT honored

Property Inventory

Method Inventory

Properties

property Duration as %String;
This holds the duration to delay for
Property methods: DurationDisplayToLogical(), DurationGet(), DurationIsValid(), DurationLogicalToDisplay(), DurationLogicalToOdbc(), DurationNormalize(), DurationSet()
property Until as %String;
This holds the instant to delay until
Property methods: UntilDisplayToLogical(), UntilGet(), UntilIsValid(), UntilLogicalToDisplay(), UntilLogicalToOdbc(), UntilNormalize(), UntilSet()

Methods

method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
Inherited description: This generates the common XML attributes for this Activity
method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab