System.Threading.TTask.TOptionStateFlag
Delphi
TOptionStateFlag = (Started, CallbackRun, ChildWait, Complete, Canceled, Faulted, Replicating, Replica, Raised, Destroying, ForceSize = SizeOf(Integer) * 8 - 1);
C++
enum class DECLSPEC_DENUM TOptionStateFlag : unsigned char { Started, CallbackRun, ChildWait, Complete, Canceled, Faulted, Replicating, Replica, Raised, Destroying, ForceSize = 31 };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | protected | System.Threading.pas System.Threading.hpp | System.Threading | TTask | 
Description
For internal use only.