System.Threading.TTask.IsCanceled
Delphi
property IsCanceled: Boolean read GetIsCanceled;
C++
__property bool IsCanceled = {read=GetIsCanceled, 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 annulé, False sinon.