abstract class Ens.DTL.Action
extends Ens.DTL.Node
Base class for all Action nodes
property Annotation
as %String(MAXLEN="");
This holds an annotation for the action
property Disabled
as %Boolean [ InitialExpression = 0 ];
This indicates whether the action (and any children of this action) are disabled.
property Expanded
as %Boolean [ InitialExpression = 1 ];
This indicates whether the action is marked for showing collapsed in DTL Editor.