Interface ScheduledTask
public interface ScheduledTask
Represents a scheduled task that can be cancelled.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancel this task.Get the plugin that scheduled this task.Get the current status of this task.
-
Method Details
-
getPlugin
-
getStatus
-
cancel
void cancel()Cancel this task.
-