Interface TaskRunner

All Superinterfaces:
Runnable
All Known Implementing Classes:
ScheduledTaskRunner

public interface TaskRunner extends Runnable
Wrapper around ScheduledTask.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the task.
    default String
    Name of the task.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • getTask

      ScheduledTask getTask()
      Returns the task.
      Returns:
    • getTaskName

      default String getTaskName()
      Name of the task.
      Returns: