Enum DrivingState
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The current driving state of a vehicle.
public enum DrivingState
- Extension Methods
Fields
Driving = 1
The vehicle is driving
Idling = 4
The vehicle is idling
IdlingOrDrivingSlowly = 2
The vehicle is idling or driving slowly
None = 0
There is no status
Parked = 5
The vehicle is parked
Stopped = 3
The vehicle is stopped