Question
Scripting: How to cancel long-running DataMerge.mergeRecords()?
I have a script that does something like this:
app.activeDocument.dataMergeProperties.mergeRecords();How can the operation be stopped or cancelled under script control, for example if the user decides it's taking too long?
This script is running in a designated targetengine
