- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isPermanent (0.06 seconds)
-
src/main/java/org/codelibs/core/timer/TimeoutTask.java
return System.currentTimeMillis() >= startTime + timeoutMillis; } /** * Returns whether the task is permanent. * * @return whether the task is permanent */ public boolean isPermanent() { return permanent; } /** * Returns whether the task has been canceled. * * @return whether the task has been canceled */ public boolean isCanceled() {
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/core/timer/TimeoutManager.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 7.8K bytes - Click Count (0)