Description

The MultipleAlarmCounter component is used to count alarms in an optimized way. This component 


Implementation




Properties

  • Status: The status of the action, {ok} if the action was successful, {fault} if an error occurred.
  • State: The state of the execution, can be idle, pending or inProgress. 
  • Enabled: The enabled state of this component.
  • ExecutionTime: The time at which the execute action will be triggered.  
  • LastAttempt: The date of the last attempt.
  • LastSuccess: Indicates the date of the last successful attempt.
  • LastFailure: Indicates the date of the last failure.
  • FaultCause: Provides an indication of the reason if an error happened.
  • AlarmContainer: The SingleAlarmsCounters container.


Action