@API
public interface ScheduledJob
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobContext ctx)
Called when the job is about to be executed.
|
void execute(JobContext ctx) throws ScheduledJobException
ctx - The context holding information for the
execution.ScheduledJobException