ICashRegisterOpenDrawer Method |
Perform open drawer operation.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid OpenDrawer(
IUser cashier,
IViewManager viewManager
)
Parameters
- cashier IUser
- The cashier performing the operation.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
Exceptions| Exception | Condition |
|---|
| DeviceException | Exception to notify that device actions was not successful. |
See Also