GetRequestStatus
What it does
Gets the status of a request to the Application Server.
Definition
int GetRequestStatus( int requestId );
Parameters
Name | Type | Description |
requestId | int | The ID of the request to the Application Server |
Returned value
Type | Description |
int | Information about the status of the request to the Application Server. See ServerRequestStatus for possible values |
12.04.2024 18:16:01