Click or drag to resize

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
C#
public enum KitchenOrderProcessingStatus
Members
  Member nameValueDescription
Idle0Order was printed, but cooking didn't start yet.
Processing11Order cooking was started, cooking is in first step progress.
Processing22Order cooking was started, cooking is in second step progress.
Processing33Order cooking was started, cooking is in third step progress.
Processing44Order cooking was started, cooking is in fourth step progress.
Processed5Order cooking completed.
Served6Order was served.
See Also