|
Hi,
I schedule a service to run every 10 minutes.
First time JobScheduler creates job with Id XXX and invokes service "exampleService" .
After 10 minutes this job has status PENDING and so I woul want that the job scheduler look at the job with Id XXX and invokes service "exampleService" only if job with Id XXX has status FINISHED.
is it possible?
Thank you.
|