This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAction Interface > IAction.ContinueProcessing Property (ArcObjects .NET 10.5 SDK) |
Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing.
[Visual Basic .NET] Public ReadOnly Property ContinueProcessing As Boolean
[C#] public bool ContinueProcessing {get;}
[C++]
HRESULT get_ContinueProcessing(
VARIANT_BOOL* pbvarContinueProcessing
);
[C++]
Parameters pbvarContinueProcessing [out, retval] pbvarContinueProcessing is a parameter of type VARIANT_BOOL