vcProductCreatorBatchMode
Configuration for batch feed mode in vcProductCreator. Creates batches of vcProductType instances in a sequence. Each batch defines the type of vcProduct to create, interval between instances and the maximum number of products to be created.
Properties
| Name | Type | Access | Description | 
| 
           BatchInterval  | 
        Real | RW | Amount to delay between batches in seconds. Should be zero or greater. | 
| Loop | Boolean | RW | Turns on/off the looping of the sequence. | 
| ProductBatches | List of vcProductCreatorFeedBatch | R | List of all currently defined batches. | 
Methods
| Name | Return Type | Parameters | Description | 
| createBatch | vcProductCreatorFeedBatch | None | Creates a new batch with default values and adds to the end. | 
| deleteBatch | None | vcProductCreatorFeedBatch batch | Deletes the given batch from this configuration. | 
| 
           getProperty  | 
        vcProperty | String name | Returns a property matching a given name; otherwise returns None. | 
| 
           moveBatch  | 
        None | vcProductCreatorFeedBatch batch, Integer index | 
           Moves the given batch to the given index. The index must be greater than or equal to 0.  | 
      
Events
| Name | Parameters | Description | 
| OnBatchesChanged | vcProductCreatorBatchMode source | 
           Triggered when the ProductBatches collection content has changed.  |