Global Variable
グローバル変数
NSFileManagerUnmountDissentingProcessIdentifierErrorKey
The process identifier of the process that prevented a volume from unmounting.
ボリュームがアンマウントするのを邪魔するプロセスのプロセス識別子。
Declaration
宣言
let NSFileManagerUnmountDissentingProcessIdentifierErrorKey: String
Discussion
議論
If unmountVolume(at:options:completionHandler:)
fails, the error sent to its completion handler will contain a userInfo
dictionary with this string as one of its keys. The value is the process identifier of the process that prevented the unmounting, as an NSNumber
.
unmountVolume(at:options:completionHandler:)
が失敗するならば、それの完了ハンドラへと送られるエラーは、この文字列をそれのキーの1つとしてもつuserInfo
辞書を含むでしょう。この値は、アンマウントを妨げるプロセスのプロセス識別子です、あるNSNumber
として。
See Also
参照
Unmounting Volumes
ボリュームをアンマウントする