- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isProcessRunning (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/ProcessHelperTest.java
super.tearDown(testInfo); } @Test public void test_isProcessRunning_empty() { assertFalse(processHelper.isProcessRunning()); } @Test public void test_isProcessRunning_withSessionId_notExists() { assertFalse(processHelper.isProcessRunning("nonexistent")); } @Test public void test_getRunningSessionIdSet_empty() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 16K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
*/ @Execute @Secured({ ROLE }) public HtmlResponse startCrawling(final StartCrawlingForm form) { verifyToken(this::asIndexHtml); if (!processHelper.isProcessRunning()) { final List<ScheduledJob> scheduledJobList = scheduledJobService.getCrawlerJobList(); final JobManager jobManager = ComponentUtil.getJobManager();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 02:14:37 GMT 2026 - 16.4K bytes - Click Count (0)