System.Generics.Collections.TThreadedQueue.ShutDown

提供:RAD Studio API Documentation

Delphi

property ShutDown: Boolean read FShutDown;

C++

__property bool ShutDown = {read=FShutDown, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TThreadedQueue

説明

スレッドされたキューがシャットダウンされたかどうかを示します。

ShutDown は、キューがシャットダウンされていれば True を、そうでなければ False を返します。

関連項目