ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / AutoOpenMessagesWindow Property

In This Topic
    AutoOpenMessagesWindow Property
    In This Topic
    Gets whether the messages window will automatically be opened after running a tool in the Geoprocessing pane.
    Syntax
    public bool AutoOpenMessagesWindow {get;}
    Public ReadOnly Property AutoOpenMessagesWindow As Boolean
    Remarks
    Note: see ArcGIS.Desktop.Core.Geoprocessing.GPExecuteToolFlags for available options for modifying behavior of ArcGIS.Desktop.Core.Geoprocessing.Geoprocessing.ExecuteToolAsync. Changing these parameters modifies behavior of interactive GP tools
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also