System.Threading.TTask.GetIsComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsComplete: Boolean; inline;

C++

bool __fastcall GetIsComplete(void);

Properties

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

Description

Checks the state of the task and returns True if it is completed or False otherwise.

This function is the accessor method for the TTask.IsComplete property.

See Also