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


IGPToolBackground.CanRunInBackground Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  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