Click or drag to resize

IOperationServiceStartCourseCooking Method

Starts cooking for all order item products of the specified course.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void StartCourseCooking(
	IOrder order,
	OrderItemCourse course,
	ICredentials credentials
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to start products cooking from.
course
Type: Resto.Front.Api.Data.OrdersOrderItemCourse
Which course products cooking should be started.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
Remarks
Cooking of Vip and First course products start immediately after printing, so allowed course values are Second, Third or Fourth only.
See Also