This document is archived and information here might be outdated.  Recommended version.


IAction.StopProcessing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAction Interface > IAction.StopProcessing Property
ArcGIS Developer Help

IAction.StopProcessing Property

Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.

[Visual Basic .NET]
Public Property StopProcessing As Boolean
[C#]
public bool StopProcessing {get; set;}
[C++]
HRESULT get_StopProcessing(
  Boolean* pbvarStopProcessing
);
[C++]
Parameters
pbvarStopProcessing [out, retval]

pbvarStopProcessing is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAction Interface