Enum EmissionVehicleEnrollmentStatus
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Enum for emission vehicle enrollment status NOTE: When updating this enum, please DO NOT change the values of the existing enum members, as the values are stored in database.
public enum EmissionVehicleEnrollmentStatus
- Extension Methods
Fields
Enrolled = 2
Enrolled
NotEnrolled = 0
Not enrolled
Pending = 1
Pending Received cycle will be processed but there is some error with the enrollment. When a device is initially enrolled, it will be in Pending status until receiving its first completed cycle. A device with Enrolled status can be put back to Pending status if some failure occurs, eg. Device rate plan is no longer applicable, or a complete cycle hasn't been received within the expected timeframe.
Rejected = 3
Rejected Received cycle will not be processed. To fix the enrollment failure, a device with Rejected status should be re-enrolled.