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
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. |