Enumeration Case 列挙ケース

NSFileManagerUnmountWithoutUI

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

Declaration 宣言

NSFileManagerUnmountWithoutUI = 1UL << 1

Discussion 議論

If this option is not specified when calling unmountVolumeAtURL:options:completionHandler:, any needed UI will delay completion of the completion handler. unmountVolumeAtURL:options:completionHandler:を呼び出している時にこのオプションが指定されないならば、あらゆる必要とされるUIは、完了ハンドラの完了を遅らせるでしょう。

See Also 参照

Unmount Behavior アンマウント挙動