Interface ScheduleTaskDefinition


@NonExtendable public interface ScheduleTaskDefinition
Container providing means to access a task's definition.
Since:
5.2.16
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Provides the index of the task with respect to the execution chain.
    @NotNull String
    Provides the name of the task.
  • Method Details

    • getIndex

      int getIndex()
      Provides the index of the task with respect to the execution chain.
      Returns:
      The task's index.
      Since:
      5.2.16
    • getName

      @NotNull @NotNull String getName()
      Provides the name of the task.
      Returns:
      The task's name.
      Since:
      5.2.16