exportBatchCsv method

String exportBatchCsv()

Exports accumulated batch results to CSV string format.

Implementation

String exportBatchCsv() {
  return CsvExporter.exportToCsv(_batchResults);
}