8. batch

Last page update: November 10, 2011

8.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)

8.2. section index

Table Of Contents

Previous topic

3. showcase

Next topic

1. action

This Page