Last page update: November 10, 2011
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:
- the action batches: perform a common batch operation
- the email batches: send emails
- 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)