Cancel |
Top Previous Next |
If your Commando Script contains a lot of looping or repetitive processing, this property will be set in the profile for you to refer to periodically. If the value is True then your script should immediately stop processing, break out of any loops you are in and raise a CANCEL event using the SMEvent object.
For example, if your processor is going to call the PREPROCESS() function and in that function you are connecting to your database and searching for records that need to be exported to HL7 your code might be involved in processing many records.
See the Commando HL7 documentation for further information on how to use Commando HL7:
http://www.hermetechnz.com/documentation/Commando/V1/index.html
|