ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core.Licensing Namespace / LicensedApplication Class / Shutdown Method / Shutdown(Int32) Method
An integer exit code for an application. The default exit code is 0.

In This Topic
    Shutdown(Int32) Method
    In This Topic
    Shuts down the application.
    Syntax
    public new void Shutdown( 
       int exitCode
    )
    Public Overloads Shadows Sub Shutdown( _
       ByVal exitCode As Integer _
    ) 

    Parameters

    exitCode
    An integer exit code for an application. The default exit code is 0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also