Holds navigation parameters specific to the current state of a state-machine.
MachineVariablesNavigationArgs(bool Running, bool Ended, string CurrentState, Variables Variables)
Creates a new instance of the MachineVariablesNavigationArgs class.
string? CurrentState
The Current State of the state-machine.
MachineVariablesNavigationArgs()
Creates a new instance of the MachineVariablesNavigationArgs class.