mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-21 07:41:30 +01:00
dc15009d48
Currently, there is no way to know if a task is still being handled by the scheduler. This method, along with isCurrentlyRunning() allows a plugin author to determine if a task is waiting to be executed, being executed, or neither. By: Andrew Ardill <andrew.ardill@gmail.com> |
||
---|---|---|
.. | ||
BukkitScheduler.java |