ConfirmationStateEnum
Defines the confirmation state of an alarm.
Syntax
public enum ConfirmationStateEnum
{
Confirmed,
NotRequired,
NotSupported,
Reset,
WaitForConfirmation
}
Parameter
Name | Description |
---|---|
Confirmed | Confirmed |
NotRequired | Confirmation not necessary in the current state. (Alarm not currently in the Raised state). |
NotSupported | Was initialized without confirmation. |
Reset | Initial state |
WaitForConfirmation | Waiting for confirmation. |