System.Threading.TTask.SetComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetComplete;

C++

void __fastcall SetComplete();

Properties

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

Description

Sets the state of the task to Completed if the task is finished.

See Also