- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for launchNow (0.05 sec)
-
src/main/java/org/codelibs/fess/es/config/exentity/ScheduledJob.java
} public void start() { ComponentUtil.getJobManager().findJobByUniqueOf(LaJobUnique.of(getId())).ifPresent(job -> { job.launchNow(); }).orElse(() -> { throw new JobNotFoundException(this); }); } public void stop() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.1K bytes - Viewed (0)