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