System.Threading.TTask.IsQueued

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsQueued: Boolean read GetIsQueued;

C++

__property bool IsQueued = {read=GetIsQueued, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


説明

TTask が、タスクのキューに入っている場合には True を、そうでなければ False となります。

関連項目