System.Threading.TThreadPool.IControlFlag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IControlFlag = interface(IInterface)

C++

__interface IControlFlag  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool

Description

IControlFlag provides a set of methods and properties to manage the worker threads in the pool.

See Also