ArcGIS Pro 3.7 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 Overloads Shadows Sub Shutdown( _
       ByVal exitCode As Integer _
    ) 
    public new void Shutdown( 
       int exitCode
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also