-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.Lifecycle.UposLifecycleManager.VerifyState
github-actions[bot] edited this page May 8, 2026
·
5 revisions
| Overloads | |
|---|---|
| VerifyState(ControlState) | Verifies that the device is in the required state. |
| VerifyState(ControlState[]) | Verifies that the device is in one of the allowed states. |
Verifies that the device is in the required state.
public void VerifyState(PosSharp.Abstractions.ControlState requiredState);requiredState PosSharp.Abstractions.ControlState
The required state.
Verifies that the device is in one of the allowed states.
public void VerifyState(params PosSharp.Abstractions.ControlState[] allowedStates);allowedStates PosSharp.Abstractions.ControlState[]
The allowed states.
UposStateException
Thrown when verification fails.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
