Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GeneralEventHandler.cs
3
5{
10 {
15 : base()
16 {
17 }
18
26 : base(Arguments, EventIndex)
27 {
28 this.EventType = nameof(GeneralEventHandler) + "|" + EventNode.GetType().Name;
29 }
30 }
31}
int EventIndex
Zero-based index of event handler in state.
Definition: EventHandler.cs:60
GeneralEventHandler(EvaluationArguments Arguments, int EventIndex, GeneralEventNode EventNode)
Event handler for token events.
Contains information required for evaluating script in a state-machine.
Abstract base class for State-Machine event nodes.
Definition: EventNode.cs:10