Model Plugin – Post Batch
- Updated2025-07-23
- 1 minute(s) read
A process model calls the Post Batch entry point after calling the Batch Done entry point.
Post Batch is similar to Batch Done except that Post Batch never runs in a new thread and the Batch process model does not call Post Batch until every call to the Post UUT entry point completes.
The Sequential and Parallel process models do not call Post Batch.
The Post Batch entry point accepts the following parameters, which are the same as the Post UUT entry point:
| Parameter Name | Data Type |
|---|---|
| MainSequenceResult | Reference |
| ModelPlugin | NI_ ModelPlugin |
| ModelPluginConfiguration | NI_ModelPluginConfiguration |
| ModelThreadType | NI_ModelThreadType |
| ModelData | Container |
| ProcessModelClientPath | Path |
| StartDate | DateDetails |
| StartTime | TimeDetails |
| UUT | UUT |
| UUTStatus | String |