Interface Execution

    • Method Detail

      • close

        void close()
        Terminates the execution normally.
      • cancel

        void cancel()
             throws TranslatorException
        Cancels the execution abnormally. This will happen via a different thread from the one performing the execution, so should be expected to happen in a multi-threaded scenario.
        Throws:
        TranslatorException