Enum ISystemEventDispatcher.DispatchStatus

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ERROR
      Event has been dispatched, but errors occurred.
      OK
      Event has been dispatched
      WRONG_TOKEN
      Not sent, wrong or missing token
    • Enum Constant Detail

      • ERROR

        public static final ISystemEventDispatcher.DispatchStatus ERROR
        Event has been dispatched, but errors occurred. they can be accessed with getErrors()
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • WRONG_TOKEN

        public static final ISystemEventDispatcher.DispatchStatus WRONG_TOKEN
        Not sent, wrong or missing token
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • Method Detail

      • ok

        public boolean ok()
        Check if this status is ok and event has been dispatched.
        Returns:
        true only for OK, false otherwise
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.