This structure is used by ESS_REQUESTINFO_T. This structure returns information about the state of the current session or request. Fields in this structure cannot be modified using the API.
typedef ESS_USHORT_T ESS_REQ_STATE_T; #define ESS_REQ_IN_PROGRESS 0 #define ESS_REQ_TERMINATING 1 #define ESS_REQ_TERMINATED 2
Data Type |
Field |
Description |
ESS_USHORT_T |
ESS_REQ_IN_PROGRESS (0) |
The current session or request is processing. |
ESS_USHORT_T |
ESS_REQ_TERMINATING (1) |
The current session or request is terminating. |
ESS_USHORT_T |
ESS_REQ_TERMINATED (2) |
The current session or request is terminated. |