public interface SystemJobService
| Modifier and Type | Method and Description |
|---|---|
SystemJobRunResponse |
runSystemJob(SystemJobRunRequest request)
Starts a system job asynchronously.
|
SystemJobRunResponse runSystemJob(SystemJobRunRequest request) throws org.quartz.SchedulerException
request - the information needed to run the system joborg.quartz.SchedulerException - if fails to schedule the system jobCopyright © 2021. All rights reserved.