API:System.Threading.TTaskStatus

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

Delphi

TTaskStatus = (Created, WaitingToRun, Running, Completed, WaitingForChildren, Canceled, Exception);

C++

enum class DECLSPEC_DENUM TTaskStatus : unsigned char { Created, WaitingToRun, Running, Completed, WaitingForChildren, Canceled, Exception };

プロパティ

種類 可視性 ソース ユニット
enum public
System.Threading.pas
System.Threading.hpp
System.Threading System.Threading

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。