Interface SimpleCommandLineProcessRunner.RunCommandEvents

    • Method Detail

      • onProcessStarted

        void onProcessStarted​(@NotNull
                              java.lang.Process ps)
      • onProcessFinished

        void onProcessFinished​(@NotNull
                               java.lang.Process ps)
      • getOutputIdleSecondsTimeout

        @Nullable
        java.lang.Integer getOutputIdleSecondsTimeout()