Returns the status code of the specified response object.
Syntax
getStatus( response )
response.getStatus( )
Parameters
response
|
the response object to use.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
if Response( ).getStatus( ) = _STATUS_OK( ) then
break
end
|