Question about the status of a thread

I use ThreadPool to contain some ThreadPoolJobs.

I want to ask how to know the status of a thread after I start it?
How to know whether the thread is finished or not?

Didn’t you spot the ThreadPool::isJobRunning() method!?..

OK I will try.