System.Threading.TTask.CurrentTask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CurrentTask: ITask; static; inline;

C++

static _di_ITask __fastcall CurrentTask();

Properties

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

Description

CurrentTask returns an instance of ITask with the current task.

See Also