PosPower.SuspendPos(SystemStateChangeReason) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests that the POS system be put in the Suspend state or responds to a request to put the system in the Suspend state.
public virtual void SuspendPos (Microsoft.PointOfService.SystemStateChangeReason reason);
abstract member SuspendPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
override this.SuspendPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
Public Overridable Sub SuspendPos (reason As SystemStateChangeReason)
Parameters
- reason
- SystemStateChangeReason
Specifies the reason SuspendPos has been called. Possible values are defined by the SystemStateChangeReason enumeration.