Difference between revisions of "System.Threading.TTask.SetComplete"

From RAD Studio API Documentation
Jump to: navigation, search
(Created page with "{{#lst:API:System.Threading.TTask.SetComplete|api}} ==Description== {{#lsth:API:System.Threading.TTask.SetComplete|Description}}")
 
(rs-56086)
 
Line 1: Line 1:
 
{{#lst:API:System.Threading.TTask.SetComplete|api}}
 
{{#lst:API:System.Threading.TTask.SetComplete|api}}
 +
<!--Start API Documentation-->
 
==Description==
 
==Description==
{{#lsth:API:System.Threading.TTask.SetComplete|Description}}
+
{{#ifeq: {{PAGENAME}} | System.Threading.TTask.SetComplete | |{{InheritsFrom|System.Threading.TTask.SetComplete}}}}
 +
 
 +
<section begin=short />Sets the state of the [[System.Threading.TTask|task]] to <code>Completed</code> if the task is finished.<section end=short />
 +
 
 +
===See Also===
 +
* [[System.SyncObjs.TLightweightEvent]]
 +
* [[System.Threading.TTask.GetStatus|GetStatus]]
 +
 
 +
[[Category:API Documentation]]
 +
[[Category:XE7]]
 +
<!--End API Documentation-->

Latest revision as of 16:46, 29 October 2014

Delphi

procedure SetComplete;

C++

void __fastcall SetComplete(void);

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