PosPower.StandbyPos(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 Standby state or responds to a request to put the system in the Standby state.
public virtual void StandbyPos (Microsoft.PointOfService.SystemStateChangeReason reason);
abstract member StandbyPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
override this.StandbyPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
Public Overridable Sub StandbyPos (reason As SystemStateChangeReason)
Parameters
- reason
- SystemStateChangeReason
Specifies the reason StandbyPos has been called. Possible values are defined by the SystemStateChangeReason enumeration.