Click or drag to resize

IChequeTaskProcessorAfterDoCheckAction Method

Perform the action after do cheque.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void AfterDoCheckAction(
	ChequeTask chequeTask,
	PostResult result,
	ICashRegisterInfo device,
	IViewManager viewManager
)

Parameters

chequeTask  ChequeTask
Cheque task.
result  PostResult
The result of the operation do check.
device  ICashRegisterInfo
Cash register.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also