IKitchenOrderItemProductIsCookingStarted Property |
Whether cooking of the product started. Depending on kitchen settings and waiter intentions product cooking can start immediately after printing or with some delay. Product with short cooking time may wait for long-time cooking product from the same serve group (to be served together), product of second or above course may wait for corresponding serve cheque printing. This property is perfect, expected state, do not mess up with processing status, which means actual status (cook can begin processing before or after the appointed time).
Namespace:
Resto.Front.Api.V4.Data.Kitchen
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax bool IsCookingStarted { get; }
Property Value
Type:
BooleanSee Also