prepor/twarc

Return job from schedule-job?

cpmcdaniel opened this issue · 1 comments

Is there anything wrong with returning the job (JobDetail instance) from the schedule-job function? I'm wondering if the JobKey would be set on it at that point, or if I would need to use a Listener to capture that.

Confirmed that the job key is indeed set on the JobDetail after calling .scheduleJob. Would you like me to submit a PR? I will submit it anyway and you can include it if you like.