Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IActionNode.cs
1using System.Threading.Tasks;
2
4{
8 public interface IActionNode : IStateMachineNode
9 {
15 }
16}
Contains information required for evaluating script in a state-machine.
Task Execute(EvaluationArguments Arguments)
Evaluates the action node