IEditSessionChangeCookingPriority Method |
Changes custom cooking priority and top priority flag.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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