Requesting confirmation of batch completion
You can provide a visual cue that the batch operation has completed successfully by setting the CQCC_ASSOC_BATCH_CONFIRM configuration parameter. The following values are supported:
- ALWAYS
- Displays an information window when the batch processing succeeds for a single file or multiple files in a batch.
- MULTIPLE
- Displays an information window when the batch processing succeeds if more than a single file is being processed in a batch.
- OFF
- Nothing is reported.
Set the value to MULTIPLE to avoid seeing the window for every operation. For example:
&SetConfigParm("CQCC_ASSOC_BATCH_CONFIRM", "MULTIPLE");