Ollie,

behind this facade is a thread pool for running the jobs and a map from JobKey to status+executing thread of each active job.
I was wondering what is this status you are returning. I mean is it something you persist somwhere or I guess i am wondering how to measure this as its running in some thread?

Amad