Click or drag to resize

AlarmState Enumeration

State of alarms.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public enum AlarmState
Members
Member nameValueDescription
Created0 Newly created alarm.
Active1 Alarm is active and pending. The alarm is either new or unaccepted.
Accepted2 The alarm was accepted.
Workflow3 The alarm is in workflow state.
Cleared4 The alarm is cleared.
See Also