| Constructor and Description |
|---|
TimerSchedulerTask(Task task)
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(Task task)
Executes the given task.
|
void |
run()
* Executes the action to be performed by this timer task.
|
void |
shutdown()
Shutdown the timer task and invoke the task's shutdown() callback method.
|
cancel, scheduledExecutionTimepublic TimerSchedulerTask(Task task)
public void run()
run in interface Runnablerun in class TimerTaskTimerTask.run()public void shutdown()
public static void execute(Task task)
Copyright © 2024 OpenMRS Inc.. All rights reserved.