Schnittstelle ITimerJobCompletionWorkflowEvent

Alle Superschnittstellen:
IWorkflowEvent
Alle bekannten Implementierungsklassen:
TimerJobCompletionWorkflowEvent

@Scriptable public interface ITimerJobCompletionWorkflowEvent extends IWorkflowEvent
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Get a list of exceptions that occurred during the timer job execution.
    Get the GUID of the timer that created this event.
    boolean
    Check if errors occurred during the timer job execution.
  • Methodendetails

    • getTimerGuid

      String getTimerGuid()
      Get the GUID of the timer that created this event.
      Gibt zurück:
      The timer GUID.
    • hasError

      boolean hasError()
      Check if errors occurred during the timer job execution.
      Gibt zurück:
      true if errors occurred during the timer job execution, or false otherwise.
    • getErrors

      List<Throwable> getErrors()
      Get a list of exceptions that occurred during the timer job execution.
      Gibt zurück:
      A possibly empty list of exceptions.