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


IGPToolBackground.CanRunInBackground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolBackground Interface > IGPToolBackground.CanRunInBackground Property
ArcGIS Developer Help

IGPToolBackground.CanRunInBackground Property

Can this tool run in the background.

[Visual Basic .NET]
Public Property CanRunInBackground As Boolean
[C#]
public bool CanRunInBackground {get; set;}
[C++]
HRESULT get_CanRunInBackground(
  Boolean* pCanRunInBackground
);
[C++]
HRESULT put_CanRunInBackground(
  VARIANT_BOOL pCanRunInBackground
);
[C++]
Parameters
pCanRunInBackground [out, retval]

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

Product Availability

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

See Also

IGPToolBackground Interface