complete
Function to call up when an asynchronous query is finished.
complete
Remarks
The function must accept three arguments:
- The query
- The context
- The status: "success", "error" or "timeout"
http.complete = function(req, context, status)
{
if( status == "success" )
logInfo("Response code = " + req.response.code)
}
Features
Property of class: HttpClientRequest
Read only:
No
Available in:
- Content management
- Delivery properties
- Typology rule
- JSSP
- SOAP Method
- WebApp
- Workflow