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 honoredProperty 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DisabledGet()
- DisplayName()
- GenerateAnnotation()
- NormalizeAttribute()