ADM_COMUNICATIONSTATUS_ENUM
The ADM_COMUNICATIONSTATUS_ENUM enumeration specifies possible communication statuses for communications between Adaxes service and an external database.
Syntax
enum ADM_COMUNICATIONSTATUS_ENUM
{
ADM_COMUNICATIONSTATUS_SUCCESS = 0, //0x0
ADM_COMUNICATIONSTATUS_ERROR = 1, //0x1
ADM_COMUNICATIONSTATUS_PENDING = 2, //0x2
}
Constants
-
Flag
-
Description
-
ADM_COMUNICATIONSTATUS_SUCCESS
-
The Adaxes service can communicate with the external database.
-
ADM_COMUNICATIONSTATUS_ERROR
-
The Adaxes service cannot communicate with the external database.
-
ADM_COMUNICATIONSTATUS_PENDING
-
It is not known yet whether the Adaxes service can communicate with the external database.
Requirements
Minimum required version: 2013.2