public interface ScheduledTask
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this task.
|
Object |
plugin()
Returns the plugin that scheduled this task.
|
TaskStatus |
status()
Returns the current status of this task.
|
Object plugin()
TaskStatus status()
void cancel()