getBatch method
Returns the value configured by the setBatch method.
Syntax
let configval = config.getBatch();
config.batch = configval;
configval = config.batch;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: BatchInfo