System.Threading.TTask.IsCanceled

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi