Batch events
Batch events are fired when something is about to happen to a batch, and when an action has just been performed on a batch. Batch events generally have an active Batch object, Job object and Application object. Other objects may also be active.
All events are sent by FireEvent. The grouping described here is simply a way to list the events in a logical way. To find out whether an object is active when an event is fired, do one of these:
- Look up that event and see the list of active objects.
- Look up the object and click the
Events
link. - Refer to COM objects and the events they subscribe to.
In addition to these events, you can fire your own events using the FireEvent method.
The following Batch events are available:
- BatchCreatedFromMultiTiff event
- BatchDeleted event
- BatchInterpreted event
- BatchScanned event
- BatchTransferred event
- BatchVerified event
Related topics
Event reference (lists the categories)