Cancels an ongoing request. The request is stopped.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax void CancelRequest(
int requestId
)
Sub CancelRequest (
requestId As Integer
)
Parameters
- requestId
- Type: SystemInt32
Identifier of the request to stop.
See Also