Skip to main content Skip to complementary content

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!