ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pbvarStopProcessing
);
[C++]
HRESULT put_StopProcessing(
  VARIANT_BOOL pbvarStopProcessing
);
[C++]

Parameters

pbvarStopProcessing [out, retval]   pbvarStopProcessing is a parameter of type VARIANT_BOOL pbvarStopProcessing [in]   pbvarStopProcessing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAction Interface