ArcGIS Pro 2.8 API Reference Guide
ShutdownAsync() Method

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class > ShutdownAsync Method : ShutdownAsync() Method
Try to shut down the application.
Syntax
public static Task<bool> ShutdownAsync()
Public Overloads Shared Function ShutdownAsync() As Task(Of Boolean)
Remarks
This method first fires the ApplicationClosingEvent giving all clients an opportunity to cancel the shutdown. If no event sink rejects the shutdown request, the loaded Modules are consulted (see ArcGIS.Desktop.Framework.Contracts.Module.CanUnload for their status. A Module may block the application from closing if it has pending edits for example.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members
Overload List