Skip to main content

What it does

Changes the status of a request to the Application Server.

Definition

void SetRequestStatus( int requestId, int status );

Parameters

NameTypeDescription
requestIdintThe ID of the request to the Application Server
statusintThe current status of the request to the Application Server. See ServerRequestStatus for possible values

Returned value

None.