A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/system
A module for retrieving information about eXist and the system.

system:kill-running-xquery($xquery-id as xs:integer) empty()
Kill a running XQuey (dba role only).
$xquery-idThe XQuery ID obtained from get-running-xqueries()

system:kill-running-xquery($xquery-id as xs:integer, $wait-time as xs:long) empty()
Kill a running XQuey (dba role only).
$xquery-idThe XQuery ID obtained from get-running-xqueries()
$wait-timeThe wait time in milliseconds before terminating the XQuery
Return to list of all modules