Contents

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() async

Parameters

  • completion:

    A completion handler to execute before exiting the extension.

See Also

Tracking the Project Extension Life Cycle