getIsBatchMode();
The getIsBatchMode method indicates that the service is currently in the mode of creating the request data batch to be sent to the server.
This method returns true, if the service is creating request data batch, otherwise it returns false.
The example of use is given on the page with description of the RdsService.beginBatch method.