ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / ShowNotificationOnToolCompletion Property

In This Topic
    ShowNotificationOnToolCompletion Property
    In This Topic
    Gets whether a notification is displayed when a geoprocessing tool completes.
    Syntax
    public bool ShowNotificationOnToolCompletion {get;}
    Public ReadOnly Property ShowNotificationOnToolCompletion 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.6 or higher.
    See Also