Interface PluginResult.OperationResult

    • Method Detail

      • getResult

        Result getResult()
        The result for this plugin result.
        Returns:
        the result for this plugin result
      • continueProcessing

        boolean continueProcessing()
        Indicates whether processing on the associated operation should continue.
        Returns:
        true if processing on the associated operation should continue, or false if it should stop.