Click or drag to resize

IKitchenOrderCookingItemIsCookingStarted Property

Whether cooking of the item started. Depending on kitchen settings and waiter intentions item cooking can start immediately after printing or with some delay. Item with short cooking time may wait for long-time cooking item from the same serve group (to be served together), item 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.V5.Data.Kitchen
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
bool IsCookingStarted { get; }

Property Value

Type: Boolean
See Also