System.Threading.TThreadPoolStats.IdleWorkerThreadCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IdleWorkerThreadCount: Integer read FIdleWorkerThreadCount;

C++

__property int IdleWorkerThreadCount = {read=FIdleWorkerThreadCount};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPoolStats

Description

Returns the number of threads waiting for work to do.