ProcessingAsleep |
Top Previous Next |
Object: EHL7.EHL7Processor FileName: EHL7.dll
EVENT
Name: ProcessingAsleep Parameters:
Description: When the ProcessingOptions property is set to enIntermittent and the current system time is between the value set in the StopTime property and StopTime + PauseHours, this event will fire every second instead of the Polling event. All processing is suspended until the system time falls outside of the designated range indicated in the StopTime and PauseHours properties, the CancelProcessing() method is called or the object is destroyed.
Setting the bCancel parameter to True is the same as calling the CancelProcessing() method.
Related Items: EasyHL7 Events in VB
|