7. batch

Last page update: September 22, 2015

7.1. introduction

In this chapter we learn about how to create a batch in Genro.

In Genropy there are three different batch types to perform different actions:

  1. the action batches: perform a common batch operation
  2. the email batches: send emails
  3. the print batches: create prints

The base class of every batch is the BaseResourceBatch class (check the link for the complete methods reference)

Check also the BaseResourceBatch - webpage variables: they are some variables through which you can set some basic actions for your batch (like: the batch name, the dimensions of dialogs) that belong to every batch (action batches, mail batches and print batches)

7.2. section index