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)
Syntaxvoid 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