TExecuteStatus indicates the status of executing the response to a Web request.
TExecuteStatus = ( esSuccess, esFail, esUndefined, esOther );
enum TExecuteStatus { esSuccess, esFail, esUndefined, esOther };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|