Name | Description |
int Idle | Returns the number of idle threads. |
boolean ObjectStatus | The status of the thread. |
int Queue | The number of current tasks queued within the thread pool. |
int Size | The number of allocated threads in the pool. |
long Total | Returns the total number of tasks executed during its lifetime. |