CashDepositPause Enumeration

2/27/2008

Enumerates two possible values, Pause and Resume, for a cash acceptance operation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration CashDepositPause
public enum CashDepositPause
public enum class CashDepositPause
public enum CashDepositPause
public enum CashDepositPause

Members

Member name Description
Pause Cash acceptance is paused.
Restart Cash acceptance is resumed.

Remarks

Used by the PauseDeposit method. Replaces the CHAN_DEPOSIT_PAUSE and CHAN_DEPOSIT_RESTART UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CashChanger.PauseDeposit Method