Click or drag to resize

Status Enumeration

Represents the status of a KPI (Key Performance Indicator).

Namespace:  Omada.OE.Model.KPI
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum Status
Members
  Member nameValueDescription
Red0 We're not ok.
Yellow1 We're okay - but this is a warning.
Green2 We're good.
Unknown3 The KPI counter result is not within any of the threshold boundaries.
Error4 An error occured while evaluating the KPI.
See Also