WorkflowViewProcessObjectEvents Property
|
This property controls whether object events will be processed and reported or ignored when a workflow is being executed.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(51)]
public bool ProcessObjectEvents { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(51)>
Public Property ProcessObjectEvents As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(51)]
property bool ProcessObjectEvents {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
Ignoring event reporting is designed for high-volume workflows running largely unattended, when reporting may not be so important.
This can speed up the execution of the workflow and make it more robust. Setting this property to True has an effect only for mixed mode display;
then only stations will be displayed.
Remarks
Note: You will not be able to change ViewerMode real-time when this property is False. Default value is True.
See Also