System.Threading.ITask.Cancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Cancel;

C++

virtual void __fastcall Cancel() = 0 ;

Properties

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

Description

Cancel allows you to stop a task.

See Also