System.Threading.ITask.GetStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStatus: TTaskStatus;

C++

virtual TTaskStatus __fastcall GetStatus(void) = 0 ;

Properties

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

Description

ITask provides GetStatus to get the available status defined for a task.

The result is returned as a variable of type TTaskStatus. GetStatus is the read accessor method for the property Status.

See Also