@Serializable {
simple=true
collection=false
}
Status enumeration indicates data quality.
Slots
- alarmSource
-
const static Status alarmObject is currently in an alarm state.
- disabledSource
-
const static Status disabledObject has been disabled from normal operation.
- downSource
-
const static Status downCommunications failure.
- faultSource
-
const static Status faultObject data is not available or trustworth due to failure condition.
- fromStrSource
-
const 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 okNormal status condition.
- overriddenSource
-
const static Status overriddenData is ok, but local override is in effect.
- unackedSource
-
const static Status unackedPast alarm condition remains unacknowledged.
- unackedAlarmSource
-
const static Status unackedAlarmObject is currently in an the alarm state which has not been acknowledged.
- valsSource
-
const static Status[] vals := ...List of Status values indexed by ordinal