![]() | CycleStateMachine Class |
Namespace: LynceeTec.API.Cycle
The CycleStateMachine type exposes the following members.
Name | Description | |
---|---|---|
![]() | CycleStateMachine | Initializes a new instance of the CycleStateMachine class |
Name | Description | |
---|---|---|
![]() | CurrentState | (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.) |
![]() | LastState | (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.) |
![]() | PermittedTriggers | (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.) |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CycleStateMachine |
![]() | Fire |
Transition from the current state via the specified trigger. The target state is determined by the configuration of the current state.
Actions associated with leaving the current state and entering the new one will be invoked.
(Overrides BaseStateMachine.Fire(UTP).) |
![]() | FireError |
Fires the Error trigger, with its mandatory arguments
|
Name | Description | |
---|---|---|
![]() | ErrorTriggered | |
![]() | StateChanged | (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.) |