Colosseum
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Colosseum
Colosseum
/
me.spartacus04.colosseum.scheduler.scheduling
/
ScheduledTask
Scheduled
Task
interface
ScheduledTask
Represents a task that has been scheduled.
Inheritors
BukkitScheduledTask
FoliaScheduledTask
Members
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
Cancels the task.
get
Owning
Plugin
Link copied to clipboard
abstract
fun
getOwningPlugin
(
)
:
Plugin
is
Cancelled
Link copied to clipboard
abstract
fun
isCancelled
(
)
:
Boolean
is
Currently
Running
Link copied to clipboard
abstract
fun
isCurrentlyRunning
(
)
:
Boolean
is
Repeating
Task
Link copied to clipboard
abstract
fun
isRepeatingTask
(
)
:
Boolean