exportAsynchronously(completionHandler:)
Starts the asynchronous execution of an export session.
Declaration
func exportAsynchronously(completionHandler handler: @escaping @Sendable () -> Void)func export() asyncParameters
- handler:
A callback the system invokes when it finishes successfully, or in the event of writing failure.