Click or drag to resize

IEditSessionChangeCookingPriority Method

Changes custom cooking priority and top priority flag.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeCookingPriority(
	int customPriority,
	bool isTopPriority,
	IOrderStub order
)

Parameters

customPriority  Int32
Specifies a custom cooking priority.
isTopPriority  Boolean
Sets a top priority flag.
order  IOrderStub
Order to apply custom priority
See Also