System.Threading.TTask.IsComplete

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsComplete: Boolean read GetIsComplete;

C++

__property bool IsComplete = {read=GetIsComplete, 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 terminé, False sinon.

Voir aussi