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