1using System.Threading.Tasks;
51 public override Task
Parse(XmlElement Xml)
55 return base.Parse(Xml);
Attribute containing a script expression.
string Expression
Expression
Contains script for the creation of a note.
override string LocalName
Local name
NoteGenerationScript()
Contains script for the creation of a note.
override IStateMachineNode Create()
Creates a new node of the corresponding type.
override Task Parse(XmlElement Xml)
Parses the State-machine node.
string Expression
Script expression.
Abstract base class for State-Machine nodes.
Interface for State-Machine nodes