System.Threading.TTask.CheckCanceled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckCanceled;

C++

void __fastcall CheckCanceled();

Properties

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

Description

Checks the task status. If the task is canceled, it raise and EOperationCancelled exception.