csw.alarm.models.AcknowledgementStatus
See theAcknowledgementStatus companion object
sealed abstract class AcknowledgementStatus extends EnumEntry, Lowercase
Represents whether the alarm is acknowledged or not. Whenever the severity of an alarm changes (other than Okay), alarm service changes the status to Unacknowledged
. Operator is then required to acknowledge the alarm.
Attributes
- Note
-
By default all the alarms are loaded in alarm store with
Acknowledged
status - Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
object Acknowledgedobject Unacknowledged
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Lowercase
In this article