DimSrv.getIsBatchMode

Syntax

getIsBatchMode();

Description

The getIsBatchMode method returns whether batch mode of sending queries is enabled.

Comments

The method returns True if batch mode of sending queries is enabled, otherwise it returns False.

Example

The example of method use is given in description of the DimSrv.beginBatch method.

See also:

DimSrv