System.Threading.ITask.Status

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Status: TTaskStatus read GetStatus;

C++

__property TTaskStatus Status = {read=GetStatus};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading ITask

Description

Status represents the current state of the associated task.

The property Status is of type TTaskStatus.

See Also