public class HelloWorldTask extends AbstractTask
isExecuting, taskDefinition
Constructor and Description |
---|
HelloWorldTask()
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the task defined in the task definition.
|
void |
shutdown()
Callback method used to clean up resources used during the tasks execution.
|
getTaskDefinition, initialize, isExecuting, startExecuting, stopExecuting
public void execute()
Task
execute
in interface Task
execute
in class AbstractTask
Task.execute()
public void shutdown()
Task
shutdown
in interface Task
shutdown
in class AbstractTask
Task.shutdown()
Copyright © 2024 OpenMRS Inc.. All rights reserved.