System.Threading.ITask.Start
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.