KitchenOrderProcessingStatus Enumeration |
Describes order processing lifecycle from kitchen point of view.
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public enum KitchenOrderProcessingStatus
Members
| Member name | Value | Description |
---|
| Idle | 0 | Order was printed, but cooking didn't start yet. |
| Processing1 | 1 | Order cooking was started, cooking is in first step progress. |
| Processing2 | 2 | Order cooking was started, cooking is in second step progress. |
| Processing3 | 3 | Order cooking was started, cooking is in third step progress. |
| Processing4 | 4 | Order cooking was started, cooking is in fourth step progress. |
| Processed | 5 | Order cooking completed. |
| Served | 6 | Order was served. |
See Also