- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Daniels (0.03 sec)
-
src/main/java/org/codelibs/core/timer/TimeoutTask.java
* Returns whether the task has been canceled. * * @return whether the task has been canceled */ public boolean isCanceled() { return status == CANCELED; } /** * Cancels the task. */ public void cancel() { status = CANCELED; } /** * Returns whether the task is stopped. * * @return whether the task is stopped */Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.7K bytes - Viewed (0)