System.Threading.ITask
Delphi
ITask = interface(TThreadPool.IThreadPoolWorkItem)
C++
__interface ITask : public TThreadPool::IThreadPoolWorkItem
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
interface class |
public | System.Threading.pas System.Threading.hpp |
System.Threading | System.Threading |
Description
ITask fournit un ensemble de méthodes et de propriétés pour démarrer, attendre et annuler un processus, ainsi qu'une propriété pour connaître son statut.
Des instances de ITask sont renvoyées par TParallel.Join, ainsi que par les méthodes de TTask. TTask et ses types descendants implémentent l'interface ITask.