System.Threading.TTask.IsQueued

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsQueued: Boolean read GetIsQueued;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


Description

Vaut True si le TTask est inclus dans la file de tâches, False sinon.

Voir aussi