System.Generics.Collections.TThreadedQueue.ShutDown
Delphi
property ShutDown: Boolean read FShutDown;
C++
__property bool ShutDown = {read=FShutDown, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| property | public | System.Generics.Collections.pas System.Generics.Collections.hpp | System.Generics.Collections | TThreadedQueue | 
Description
Spécifie si la file d'attente à thread est arrêtée.
ShutDown renvoie True si la file d'attente est arrêtée, et False sinon.