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


IActionGEN.ContinueProcessing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionGEN Interface > IActionGEN.ContinueProcessing Property
ArcGIS Developer Help

IActionGEN.ContinueProcessing Property

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(
  Boolean* pbvarContinueProcessing
);
[C++]
Parameters
pbvarContinueProcessing [out, retval]

pbvarContinueProcessing is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionGEN Interface