Shut down the Qlik associative engine
Shut down the Qlik associative engine in Qlik Sense Desktop by using the ShutdownProcess method.
Example
The goal is to shutdown the Qlik associative engine. The handle of the request is -1 because the ShutdownProcess method applies at the global level.
The client sends:
{
"jsonrpc": "2.0",
"id": 1,
"method": "ShutdownProcess",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
The engine is stopped.