Class MessageBox

    • Field Detail

      • m_Block

        protected boolean m_Block
        whether to block the flow execution.
    • Constructor Detail

      • MessageBox

        public MessageBox()
    • Method Detail

      • setBlock

        public void setBlock​(boolean value)
        Sets whether to block flow execution.
        Parameters:
        value - true if to block
      • getBlock

        public boolean getBlock()
        Returns whether to block flow execution.
        Returns:
        true if to block
      • blockTipText

        public String blockTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doSendNotification

        protected String doSendNotification​(String msg)
        Sends the notification.
        Specified by:
        doSendNotification in class AbstractNotification
        Parameters:
        msg - the message to send
        Returns:
        null if successfully sent, otherwise error message