System.Threading.ITask.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Start: ITask;

C++

virtual _di_ITask __fastcall Start() = 0 ;

Properties

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

Description

Start begins running a task, returning an instance of ITask.

TTask.Start is an implementation of ITask.Start.

See Also