System.Threading.TTask.GetIsQueued

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsQueued: Boolean; inline;

C++

bool __fastcall GetIsQueued();

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 included in the queue of tasks or False otherwise.

This function is an accessor method for TTask.IsQueued.

See Also