Datasnap.DSCommon.TDSChannelThreadState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSChannelThreadState = (ctsStopped, ctsStarted, ctsFailed);

C++

enum DECLSPEC_DENUM TDSChannelThreadState : unsigned char { ctsStopped, ctsStarted, ctsFailed };

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.

See Also