Datasnap.DSCommon.TDSChannelThreadState
Delphi
TDSChannelThreadState = (ctsStopped, ctsStarted, ctsFailed, ctsStarting);
C++
enum DECLSPEC_DENUM TDSChannelThreadState : unsigned char { ctsStopped, ctsStarted, ctsFailed, ctsStarting };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | Datasnap.DSCommon.pas Datasnap.DSCommon.hpp | Datasnap.DSCommon | Datasnap.DSCommon | 
Description
Is an enumeration of DataSnap tunnel states.
The following table describes the items in the TDSChannelThreadState enumeration.
| Parameter | Meaning | 
|---|---|
| ctsStopped | The tunnel thread is stopped. | 
| ctsStarted | The tunnel thread is started. | 
| ctsFailed | The tunnel has failed. |