Type Property 型プロパティ

withoutUI

Specifies that no UI should accompany the unmount operation. どんなUIもアンマウント操作に付随すべきでないことを指定します。

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. unmountVolume(at:options:completionHandler:)を呼び出している時にこのオプションが指定されないならば、あらゆる必要とされるUIは、完了ハンドラの完了を遅らせるでしょう。