ProfileIsDemo |
Top Previous Next |
Object: EHL7.CommandoProcessor FileName: EHL7.dll
PROPERTY
Name: ProfileIsDemo DataType: Boolean Mode: Read Only Description: Returns True if the message processor profile was created / exported by an unlicensed installation of the Commando HL7 Workbench.
Programming Note: If a message processing profile (.mpp file) is exported from an unlicensed version of Commando, it is internally flagged as 'Demo Only'. The CommandoProcessor object will display a message box BEFORE it will execute a 'Demo Only' profile and will only allow it to run for 5 minutes.
Note to Systems Service Programmers: If you are attempting to use the CommandoProcessor object to write a Windows System Service application, you should check this property before calling the StartProcessorProfile() function, as the internal call to the MsgBox() function on a demo profile may cause your service to hang. |