Interface ISupportAfterStopEvent

    • Method Detail

      • isSendAfterStopEvent

        boolean isSendAfterStopEvent()
        This property determines if an after-stop event should be sent.
        Returns:
        true if an event should be sent after the workflow object's activity has been stopped, or false otherwise.
      • setSendAfterStopEvent

        void setSendAfterStopEvent​(boolean p_bSendAfterStopEvent)
        This property determines if an after-stop event should be sent.
        Parameters:
        p_bSendAfterStopEvent - true if an event should be sent after the workflow object's activity has been stopped, or false otherwise.