stopBrowsingVersions(completionHandler:)
Dismiss the Versions browser for the current document.
Declaration
func stopBrowsingVersions(completionHandler: (() -> Void)? = nil)func stopBrowsingVersions() asyncParameters
- completionHandler:
The completion handler block to call when the Versions browser is fully dismissed. AppKit calls this block on your app’s main thread, waiting for any dismissal animations to complete before calling it. The block block has no return value and no parameters.