ProcessingPaused

Top  Previous  Next

Object: EHL7.EHL7Processor

FileName: EHL7.dll

 

EVENT

 

Name: ProcessingPaused

Parameters:

1.bCancel (boolean).  Read/Write, can be set to True to cancel processing.

 

Description: When the Paused property is set to true, this event will fire every second instead of the  Pollingevent.  Setting the bCancel parameter to True is the same as calling the CancelProcessing() method.  All processing is suspended until either the Paused property is set to False, the CancelProcessing() method is called or the object is destroyed.

 

Related Items: EasyHL7 Events in VB