1using System.Threading.Tasks;
Static interface for database persistence. In order to work, a database provider has to be assigned t...
static async Task Insert(object Object)
Inserts an object into the default collection of the database.
async Task AddToCache()
Removes the event handler from the cache.
Event handler for token events.
Contains information required for evaluating script in a state-machine.
Represents an event definition.
Abstract base class for State-Machine event nodes.
Abstract base class for general event nodes.
override async Task< bool > Register(int EventIndex, EvaluationArguments Arguments, OnEvent Event)
Registers the event
GeneralEventNode()
Abstract base class for general event nodes.
Action executed when entering a state.