JOB scheduling and service

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

JOB scheduling and service

matarazzo angelo
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.