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 = 0The device has a critical problem.
Disabled = 3The device is disabled.
Good = 2The device status is OK.
Unknown = 9999The device status is currently unknown.
Warning = 1The device has a problem.