Status enumeration indicates data quality.
Slots
- alarmSource
-
static Status alarm
Object is currently in an alarm state.
- disabledSource
-
static Status disabled
Object has been disabled from normal operation.
- downSource
-
static Status down
Communications failure.
- faultSource
-
static Status fault
Object data is not available or trustworth due to failure condition.
- fromStrSource
-
static Status? fromStr(Str name, Bool checked := true)
Return the Status instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- okSource
-
static Status ok
Normal status condition.
- overriddenSource
-
static Status overridden
Data is ok, but local override is in effect.
- unackedSource
-
static Status unacked
Past alarm condition remains unacknowledged.
- unackedAlarmSource
-
static Status unackedAlarm
Object is currently in an the alarm state which has not been acknowledged.
- valsSource
-
static Status[] vals := ...
List of Status values indexed by ordinal