Open main menu

RAD Studio API Documentation β

System.Threading.TTask.IsCanceled

Delphi

property IsCanceled: Boolean read GetIsCanceled;

C++

__property bool IsCanceled = {read=GetIsCanceled, 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 canceled, False otherwise.

See Also