CashGuardStaus Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The Microsoft.Dynamics.Retail.Pos.Contracts.Services.CashGuardStaus interface changes the cash status.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.Services
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Enumeration CashGuardStaus
'Usage
Dim instance As CashGuardStaus
public enum CashGuardStaus
public enum class CashGuardStaus

Members

Member name Description
CG_STATUS_OK Indicates that no errors have occurred.
CG_STATUS_BUSY Indicates that the cash changer is performing some task.
CG_STATUS_ERROR Indicates that a CG_STATUS_ERROR error has occurred.

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace