@Serializable {
simple=true
collection=false
}
Status enumeration indicates data quality.
Slots
- alarmSource
-
const static Status alarm
Object is currently in an alarm state.
- disabledSource
-
const static Status disabled
Object has been disabled from normal operation.
- downSource
-
const static Status down
Communications failure.
- faultSource
-
const 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
-
const static Status ok
Normal status condition.
- overriddenSource
-
const static Status overridden
Data is ok, but local override is in effect.
- unackedSource
-
const static Status unacked
Past alarm condition remains unacknowledged.
- unackedAlarmSource
-
const static Status unackedAlarm
Object is currently in an the alarm state which has not been acknowledged.
- valsSource
-
const static Status[] vals := ...
List of Status values indexed by ordinal