SetRequestStatus
What it does
Changes the status of a request to the Application Server.
Definition
void SetRequestStatus( int requestId, int status );
Parameters
| Name | Type | Description |
| requestId | int | The ID of the request to the Application Server |
| status | int | The current status of the request to the Application Server. See ServerRequestStatus for possible values |
Returned value
None.
12.04.2024 18:16:02