System.Threading.TTask.GetWasExceptionRaised

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWasExceptionRaised: Boolean; inline;

C++

bool __fastcall GetWasExceptionRaised();

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 the task caused an exception or False otherwise.

GetWasExceptionRaised is the protected implementation for the WasExceptionRaised property.

See Also