Interface ExecuteResultHandler

    • Method Detail

      • onProcessComplete

        void onProcessComplete​(int exitValue)
        The asynchronous execution completed.
        Parameters:
        exitValue - the exit value of the sub-process
      • onProcessFailed

        void onProcessFailed​(ExecuteException e)
        The asynchronous execution failed.
        Parameters:
        e - the ExecuteException containing the root cause