- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isCanceled (0.13 sec)
-
PythonJob.java
} catch (final Exception e) { L79: logger.warn("Failed to run python command.", e); L80: resultBuf.append(e.getMessage()).append("\n"); L81: } finally { L82: if (timeoutTask != null && !timeoutTask.isCanceled()) { L83: timeoutTask.cancel(); L84: } L85: } L86: L87: return resultBuf.toString(); L88: L89: } L90: L91: protected void executePython() { L92: final List<String> cmdList = new ArrayList<>();...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5.9K bytes