Interface AlertEscalationPostAlertActionScriptObject


  • public interface AlertEscalationPostAlertActionScriptObject
    This class contains the methods to retrieve Alert Escalation context. This class has no properties.
    • Method Detail

      • getAlert

        Alert getAlert()
        Returns the related Alert that has been generated by the escalation process.
        Returns:
        the related Alert.
      • isResend

        boolean isResend()
        Is this a resend?
        Returns:
        true if a resend, false otherwise.