Interface IPushNotificationWorkflowEvent

All Superinterfaces:
IWorkflowEvent

@Scriptable public interface IPushNotificationWorkflowEvent extends IWorkflowEvent
Since:
Intrexx 8.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the exception that is associated with this event.
  • Method Details

    • getReason

      Throwable getReason()
      Get the exception that is associated with this event.
      Returns:
      The exception that is associated with this event, or null.