Share via


PosBatchStatus 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.

Specifies the possible status values of a batch.

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

Syntax

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

Members

Member name Description
None An invalid status. A batch is never expected to have this status.
Open The batch is open.
Closed The batch is closed.
BlindClosed The batch is blind closed.
Suspended The batch is suspended.

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace