System.Threading.TTask.IsComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsComplete: Boolean read GetIsComplete;

C++

__property bool IsComplete = {read=GetIsComplete, nodefault};

Properties

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

Description

Is True if the TTask is completed, False otherwise.

See Also