-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.Lifecycle.StandardLifecycleHandler.VerifyState(PosSharp.Abstractions.ControlState,PosSharp.Abstractions.ControlState)
github-actions[bot] edited this page May 8, 2026
·
5 revisions
Validates whether an operation is allowed in the current state.
public void VerifyState(PosSharp.Abstractions.ControlState currentState, PosSharp.Abstractions.ControlState requiredState);currentState PosSharp.Abstractions.ControlState
The current logical state.
requiredState PosSharp.Abstractions.ControlState
The minimum state required for the operation.
Implements VerifyState(ControlState, ControlState)
UposStateException
Thrown if the current state does not meet requirements.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
