Skip to main content Skip to complementary content

Cancel the reload of an app

Cancel an ongoing reload by using the CancelReload method.

Example

The goal of this example is to cancel the reload of an app. The handle of the request is -1 because the CancelReload method applies at global level.

The client sends:

{ "jsonrpc": "2.0", "id": 4, "method": "CancelReload", "handle": -1, "params": [] }

The engine returns:

{ "jsonrpc": "2.0", "id": 4, "result": {} }

The app is canceled.

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!