Click or drag to resize

ChangeStateResult Enumeration

Result of an alarm state change.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public enum ChangeStateResult
Members
Member nameValueDescription
Ok0 Everything went fine.
StateAlreadySet1 State has already been set to the requested value.
NonExistingAlarm2 Alarm does not exist or has already been cleared.
NotAllowed3 The requested state change is not allowed or it is a workflow alarm which doesn't allow state changes.
AlarmForcesWorkflow4 The alarm requires a workflow, hence it cannot be cleared without the workflow being processed before.
AlarmRequiresComment5 To clear the alarm a comment is required.
AlarmTriggeringStateLasts6 The device has still the state which triggered the alarm, and clearing is forbidden as long as this state lasts.
See Also