Enum DutyStatusState
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public enum DutyStatusState
- Extension Methods
Fields
Active = 1The log is active and has been accepted by the driver.
Inactive = 2The log is inactive. It has been removed or it is the modification history of a log.
Rejected = 4The log is a rejected edit request from another user.
Requested = 3The log is a pending edit request from another user.