Click or drag to resize

IOperationService.StartCourseCooking Method

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

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

Parameters

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