'Declaration
Property ProcessDataComm As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.ProcessDataComm = value value = instance.ProcessDataComm
bool ProcessDataComm {get; set;}
Property Value
The default value is true.Regardless of the current value of ProcessDataComm, when Reflection runs a macro or script, data from the host is processed only if the macro includes methods (such as WaitForString) that explicity handle incoming data. Data not handled explicitly in the macro is not processed until the macro terminates.