Class CoursePurgeTask

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

public class CoursePurgeTask extends Task
A Scheduled Task to suspend inactive Flight Academy Courses.
Since:
6.3
Version:
11.1
Author:
Luke
  • Constructor Details

    • CoursePurgeTask

      public CoursePurgeTask()
      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