ScheduledTask

interface ScheduledTask

Represents a task that has been scheduled.

Inheritors

Functions

Link copied to clipboard
abstract fun cancel()

Cancels the task.

Link copied to clipboard
abstract fun getOwningPlugin(): Plugin
Link copied to clipboard
abstract fun isCancelled(): Boolean
Link copied to clipboard
abstract fun isCurrentlyRunning(): Boolean
Link copied to clipboard
abstract fun isRepeatingTask(): Boolean