withoutUI
Specifies that no UI should accompany the unmount operation.
Declaration
static var withoutUI: FileManager.UnmountOptions { get }Discussion
If this option is not specified when calling unmountVolume(at:options:completionHandler:), any needed UI will delay completion of the completion handler.