Show: Delphi C++
Display Preferences

AdaptReq.TExecuteStatus

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TExecuteStatus = (esSuccess, esFail, esUndefined, esOther)

C++

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

Personal tools
Previous Versions
Translations