System.Threading.TTask.SetComplete

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetComplete;

C++

void __fastcall SetComplete();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


説明

タスクが完了している場合、タスクの状態を Completed に設定します。

関連項目