endBatch(fireElemsCallback: Boolean, callback: Function, errCallback: Function);
fireElemsCallback. Indicates if a handler is called for each query. If the parameter is set tot True, a handler is called for each query, otherwise the same handler is called for all queries
callback. Batch query end handler
errCallback. Batch query error end handler.
The endBatch method disables batch mode of sending queries and sends a formed batch.
Batch mode of sending queries is enabled by the beginBatch method.
The example of use is identical to the example of use of the ExpressionService.endBatch method.
See also: