Click or drag to resize

IEditSession.ChangeCookingPriority Method

Changes custom cooking priority and top priority flag.

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

Parameters

customPriority
Type: System.Int32
Specifies a custom cooking priority.
isTopPriority
Type: System.Boolean
Sets a top priority flag.
order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order to apply custom priority
See Also