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


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

IActionProcessor.Suspended Property

Indicates whether the action processor will process any new data objects or any queued data objects.

[Visual Basic .NET]
Public Property Suspended As Boolean
[C#]
public bool Suspended {get; set;}
[C++]
HRESULT get_Suspended(
  Boolean* pbvarSuspended
);
[C++]
HRESULT put_Suspended(
  VARIANT_BOOL pbvarSuspended
);
[C++]
Parameters
pbvarSuspended [out, retval]

pbvarSuspended is a parameter of type bool* pbvarSuspended [in]
pbvarSuspended is a parameter of type bool

Product Availability

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

See Also

IActionProcessor Interface