OrderItemStatus Enumeration | 
 Describes the status of an order item.
 
    Namespace: 
   Resto.Front.Api.Data.Orders
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic enum OrderItemStatus
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Added | 0 | Newly added item. | 
 | PrintedNotCooking | 1 | Item was printed with low priority (Second, Third, Fourth) and corresponding course serve cheque wasn't printed yet. | 
 | CookingStarted | 2 | Order item was printed with high or normal priority (Vip, First) or was printed with low priority and it's corresponding course serve cheque was also printed. | 
 | CookingCompleted | 3 | Order item cooking completed, so it's ready to serve. | 
 | Served | 4 | Order item is served. | 
See Also