Class InactivityUpdateTask

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

public class InactivityUpdateTask extends Task
A Scheduled Task to disable Users who have not logged in within a period of time.
Since:
1.0
Version:
11.1
Author:
Luke
  • Constructor Details

    • InactivityUpdateTask

      public InactivityUpdateTask()
      Initializes the Schedued 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