System.Threading.TTask.IsQueued

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsQueued: Boolean read GetIsQueued;

C++

__property bool IsQueued = {read=GetIsQueued, nodefault};

Properties

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

Description

Is True if the TTask is included in the queue of tasks, False otherwise.

See Also