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 = 1The vehicle is driving
Idling = 4The vehicle is idling
IdlingOrDrivingSlowly = 2The vehicle is idling or driving slowly
None = 0There is no status
Parked = 5The vehicle is parked
Stopped = 3The vehicle is stopped