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 に設定します。

関連項目