CashDrawer.IsDrawerOpen Property

Definition

Indicates whether the cash drawer is open.

public:
 property bool IsDrawerOpen { bool get(); };
bool IsDrawerOpen();
public bool IsDrawerOpen { get; }
var boolean = cashDrawer.isDrawerOpen;
Public ReadOnly Property IsDrawerOpen As Boolean

Property Value

Boolean

bool

True if the drawer is open, otherwise false.

Applies to

See also