Class EliteScoringTask

java.lang.Object
org.deltava.taskman.Task
org.deltava.tasks.EliteScoringTask
All Implemented Interfaces:
Comparable<Task>, Runnable, Thread.UncaughtExceptionHandler

public class EliteScoringTask extends Task
A Scheduled Task to calculate Elite scores for Flight Reports.
Since:
9.2
Version:
11.5
Author:
Luke
  • Constructor Details

    • EliteScoringTask

      public EliteScoringTask()
      Initializes the Task.
  • Method Details

    • execute

      protected void execute(TaskContext ctx)
      Description copied from class: Task
      Executes the Task.
      Specified by:
      execute in class Task
      Parameters:
      ctx - the TaskContext