flightlog/flsweb

Add new FlightProcessStates

Closed this issue · 0 comments

The Flight can have one of the following FlightProcessStates:

NotProcessed = 0,
Invalid = 28,
Valid = 30,
Locked = 40,
DeliveryPreparationError = 45,
DeliveryPrepared = 50,
DeliveryBooked = 60,
ExcludedFromDeliveryProcess = 99

New values are:

DeliveryPreparationError = 45,
DeliveryBooked = 60,
ExcludedFromDeliveryProcess = 99

May it would be good, if we change the properties int ProcessState and int AirState to enums.