Searched refs:isSuccess (Results 1 – 1 of 1) sorted by relevance
282 if (stdoutForkedStream.isSuccess() in runTimedCmdWithOutputMonitor()283 && (stderr == null || stderrForkedStream.isSuccess())) { in runTimedCmdWithOutputMonitor()1303 public boolean isSuccess() { in isSuccess() method in RunUtil.ForkedOutputStream