System.Threading.TTask.GetIsReplicating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsReplicating: Boolean; inline;

C++

bool __fastcall GetIsReplicating();

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 a replica of other task or False otherwise.

This function is the accessor method for the TTask.IsReplicating property.

See Also