System.Threading.TTask.GetIsCanceled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsCanceled: Boolean; inline;

C++

bool __fastcall GetIsCanceled(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 canceled or False otherwise.

This function is the accessor method for the System.Threading.TTask.IsCanceled property.

See Also