Click or drag to resize

IOperationServiceStartProductsCooking Method

Starts cooking for the specified order item products.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void StartProductsCooking(
	IOrder order,
	IReadOnlyList<IOrderCookingItem> products,
	ICredentials credentials
)

Parameters

order  IOrder
Order to start products cooking from.
products  IReadOnlyListIOrderCookingItem
Order item products to start cooking.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
Remarks
Products must be printed with one of the following cooking priorities: Second, Third or Fourth
See Also