API:System.Threading.TTaskStatus
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。