ArcGIS Pro 2.6 API Reference Guide
GPExecuteToolFlags Enumeration

ArcGIS.Desktop.Core.Geoprocessing Namespace : GPExecuteToolFlags Enumeration
Flags to indicate what happens after a tool execution is complete. Use bitwise logic OR ('|') to combine two actions .
Syntax
Members
MemberDescription
AddOutputsToMap Adds outputs to the current Map.
AddToHistory Adds execution logs to geoprocessing project history.
Default Adds outputs to map and refreshes project items.
GPThread Execute tool in GP thread
None No action is taken.
RefreshProjectItems Refreshes project items.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Core.Geoprocessing.GPExecuteToolFlags

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Core.Geoprocessing Namespace