Interface ExitCodeCallback


  • public interface ExitCodeCallback
    A callback that can accept an integer.
    • Method Detail

      • call

        void call​(int exitCode)
        The process finished.
        Parameters:
        exitCode - the exit code of the finished process.