System.Threading.TTask.IsQueued
Révision datée du 12 février 2015 à 09:30 par Simona.craciun (discussion | contributions) (1 version : Translated the files. LOC-17162)
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.