Enum DeviceStatusLevel
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The device status level. Used to indicate the "level" of severity for a device's status.
public enum DeviceStatusLevel
- Extension Methods
Fields
Critical = 0
The device has a critical problem.
Disabled = 3
The device is disabled.
Good = 2
The device status is OK.
Unknown = 9999
The device status is currently unknown.
Warning = 1
The device has a problem.