GetHttpResponseStatusCode
PowerScript function
Description
Gets the response status code. This function is only effective in
the installable cloud application deployed with PowerServer.
Applies to
Syntax
|
1 |
applicationname.GetHttpResponseStatusCode ( ) |
|
Argument |
Description |
|---|---|
|
applicationname |
The name of the application object for which you want to |
Return value
Long.
Returns the response status code or returns -1 if the current
application is not an installable cloud app deployed with
PowerServer.
Examples
This example gets the response status:
|
1 2 |
Long ls_StatusCode ls_StatusCode = Getapplication().GetHttpResponseStatusCode() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest