Working |
EVENT - Working Parent Object - HL7FolderProcessor Name: Working Parameters: 1. bCancel (ByRef Boolean) - Set to True to halt the processor object
Description: The working event occurs VERY frequently, at least once per second when the processor object is activated and, well, working. The purpose of the event is to keep open a constant Event driven line of communication between the processor object and your application even when nothing is happening. Setting the bCancel parameter to a boolean TRUE will halt the processor object.
|