System.Threading.TTask.MarkAsStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MarkAsStarted: Boolean;

C++

bool __fastcall MarkAsStarted();

Properties

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

Description

Automatically marks the task as having started. It returns True if the function successfully marks the task as having started. It returns False if the task has already been marked as started or the process has already been completed.

See Also