killProc
Kills a running proc instance.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.killProc
Kills a running proc instance.Parameters:runId- The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”.options- Optional parameters.RUN_TAG: IfrunIdis specified, kill the proc instance that has a matching run ID and a matching run tag that was provided toexecuteProc. IfrunIdis not specified, kill the proc instance(s) where a matching run tag was provided toexecuteProc. The default value is ”.CLEAR_EXECUTE_AT_STARTUP: IfTRUE, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started. The auto-start run ID was returned fromexecuteProcand can be retrieved usingshowProc. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.