finishProject(completionHandler:)
Provides an opportunity to perform cleanup when a user switches away from the project or terminates the extension.
Declaration
func finishProject(completionHandler completion: @escaping @Sendable () -> Void)func finishProject() asyncParameters
- completion:
A completion handler to execute before exiting the extension.