API:Datasnap.DSCommon.TDSChannelThreadState
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
| Unit: Datasnap.DSCommon | |
| Parent: Datasnap.DSCommon | |
Delphi
TDSChannelThreadState = (ctsStopped, ctsStarted, ctsFailed, ctsStarting);
C++
enum DECLSPEC_DENUM TDSChannelThreadState : unsigned char { ctsStopped, ctsStarted, ctsFailed, ctsStarting };
Description
Embarcadero Technologies does not currently have any additional information.