Enum InstallStatus
- Namespace
- Geotab.Checkmate.ObjectModel.InstallRecords
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Status of the installation for the device. User can choose to accept or ignore the latest installation records from UI.
public enum InstallStatus
- Extension Methods
Fields
Accepted = 2
Updated installation details have been accepted by user.
NotAccepted = 1
Default installation status - User yet to accept or reject.
ObsoleteDevice = 4
Installation status from deleted asset.
Rejected = 3
Updated installation details have been rejected by user.