System.Generics.Collections.TThreadedQueue.ShutDown
Delphi
property ShutDown: Boolean read FShutDown;
C++
__property bool ShutDown = {read=FShutDown, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TThreadedQueue |
Description
Specifies whether the threaded queue is shut down.
ShutDown returns True if the queue is shut down and False otherwise.