EnumStopStatus
Represents the stop statuses
enum EnumStopStatus {
PENDING
DRIVER_ARRIVED
START_OPERATION
FINISH_OPERATION
}
Values
EnumStopStatus.PENDING
Means driver has not arrived yet to the stop
EnumStopStatus.DRIVER_ARRIVED
Means that the driver has arrived to the stop
EnumStopStatus.START_OPERATION
Means that the driver has started the required operation in the stop (Loading/Unloading)
EnumStopStatus.FINISH_OPERATION
Means that the driver has finished the required operation in the stop (Loading/Unloading)