AdaptReq.TExecuteStatus
From RAD Studio API Documentation
Delphi
TExecuteStatus = (esSuccess, esFail, esUndefined, esOther);
C++
enum DECLSPEC_DENUM TExecuteStatus : unsigned char { esSuccess, esFail, esUndefined, esOther };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | AdaptReq |
Description
TExecuteStatus indicates the status of executing the response to a Web request.
The following table lists the possible values:
| Constant | Meaning |
|---|---|
|
esUndefined |
The action has not been completed yet. |
|
esSuccess |
The action has been successfully completed. |
|
esFail |
The action has been completed with errors. |
|
esOther |
Other status. |