ArcObjects Library Reference (Geoprocessing)  

IGPToolBackground.CanRunInBackground Property

Can this tool run in the background.

ERROR: Syntax information about IGPToolBackground.CanRunInBackground may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Geoprocessing.dll

[C++]
HRESULT get_CanRunInBackground(
  VARIANT_BOOL* pCanRunInBackground
);
[C++]
HRESULT put_CanRunInBackground(
  VARIANT_BOOL pCanRunInBackground
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPToolBackground Interface