Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 248 Bytes

abortQueryV1.md

File metadata and controls

13 lines (10 loc) · 248 Bytes

abortQuery: Aborts a running query

This command aborts a running query. It does not have a response.

Request fields:

  • command (string) => command name: "abortQuery"

Request JSON format

 {
     "command": "abortQuery"
 }