IKitchenOrderIsTopCookingPriority Property |
The flag specifies that this order should be cooked out-of-order at kitchen. All orders which have this flag set on will appear above other orders at the kitchen display. Both groups (top priority and non-top priority) will be sorted separately using usual sorting logic (custom cooking priority, then default built-in criterions. Default value is false.
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax bool IsTopCookingPriority { get; }
Property Value
Type:
BooleanSee Also