Click or drag to resize

IEditSessionChangeCookingPriority Method

Changes custom cooking priority and top priority flag.

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

Parameters

customPriority
Type: SystemInt32
Specifies a custom cooking priority.
isTopPriority
Type: SystemBoolean
Sets a top priority flag.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to apply custom priority
See Also