Re: Detecting whether job has been stopped by the user but JobExecutor hasn't terminated yet?

2018-08-13 Thread Robert Munteanu
Hi John, You replied to Eugen's previous email which caused the email to appear in the same thread, and likely ignored by at least some subscribers. I don't have a good answer for your email, but maybe resending without replying to an existing email might help :-) Best, Robert On Fri,

Detecting whether job has been stopped by the user but JobExecutor hasn't terminated yet?

2018-08-10 Thread John Logan
Hi, In essence I'm trying to detect the in-progress state of a job being stopped. I see in the sling-event implementation that calling jobHandler.stopJobById() eventually works its way down to calling jobHandler.stop(), setting a flag in the JobHandler. The JobExecutor is responsible for