Global Variable グローバル変数

NSFileManagerUnmountDissentingProcessIdentifierErrorKey

The process identifier of the process that prevented a volume from unmounting. ボリュームがアンマウントするのを邪魔するプロセスのプロセス識別子。

Declaration 宣言

NSString *const NSFileManagerUnmountDissentingProcessIdentifierErrorKey;

Discussion 議論

If unmountVolumeAtURL: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. unmountVolumeAtURL:options:completionHandler:が失敗するならば、それの完了ハンドラへと送られるエラーは、この文字列をそれのキーの1つとしてもつuserInfo辞書を含むでしょう。この値は、アンマウントを妨げるプロセスのプロセス識別子です、あるNSNumberとして。

See Also 参照

Unmounting Volumes ボリュームをアンマウントする