System.Threading.TTask.MarkAsStarted

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function MarkAsStarted: Boolean;

C++

bool __fastcall MarkAsStarted();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


Description

Marque automatiquement la tâche comme ayant démarré. Elle renvoie True si la fonction marque correctement la tâche comme ayant démarré. Elle renvoie False si la tâche a déjà été marquée comme ayant démarré ou si le processus est déjà terminé.

Voir aussi