-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.Lifecycle.StandardLifecycleHandler.ValidateTransition(PosSharp.Abstractions.ControlState,PosSharp.Abstractions.ControlState)
github-actions[bot] edited this page May 8, 2026
·
5 revisions
Validates whether a transition to a specific state is allowed from the current state.
public void ValidateTransition(PosSharp.Abstractions.ControlState currentState, PosSharp.Abstractions.ControlState targetState);currentState PosSharp.Abstractions.ControlState
The current logical state.
targetState PosSharp.Abstractions.ControlState
The target logical state.
Implements ValidateTransition(ControlState, ControlState)
UposStateException
Thrown if the transition is invalid.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
