Application Programming Interface Guide > Web Services Operations > Operations Reference > closeResult
 
closeResult
Close the given result associated with the ID. All system resources associated with the result are closed. This includes cursors, query statistics, and anything else tracked by the system for the result. If the given ID is for procedural result, all output cursors are closed.
There is no need to call closeResult for each tabular resultId returned within procedural result. If the execution associated with the ID has not completed, it is terminated.
Location
/services/webservices/system/admin/execute/operations/
Request Elements
id: A tabular or procedural result ID.
Response Elements
N/A
Faults
NotFound: If the result for the given ID does not exist within the current transaction or has already been closed.