FQueuedThreadPool number of currently running threads

Hello,

I am having a FQueuedThreadPool in which I will allocate FAutoDeleteAsyncTask(s).
I want to be able to drain the execution to update a data structure these tasks are using.

Is there a way to tell how many task are currently getting executed?