IChequeTaskProcessorAfterDoFfd11CorrectionAction Method |
Perform the action after do cheque correction for FFD 1.1 or higher.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid AfterDoFfd11CorrectionAction(
Ffd11CorrectionTask correctionTask,
PostResult result,
ICashRegisterInfo device,
IOperationService operationService,
IViewManager viewManager
)
Parameters
- correctionTask Ffd11CorrectionTask
- Correction task.
- result PostResult
- The result of the operation do cheque.
- device ICashRegisterInfo
- Cash register.
- operationService IOperationService
- IOperationService which allows to work with bound order.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
Can be null when the operation is performed in background mode without UI (no progress bar message callback is provided);
in this case the processor must not attempt to show any dialogs.
See Also