Instance Property インスタンスプロパティ

deletesFileUponFailure

Returns whether the receiver deletes partially downloaded files when a download stops prematurely. 部分的にダウンロードされたファイルをダウンロードが早まって止まる時にレシーバが削除するかどうかを返します。

Declaration 宣言

var deletesFileUponFailure: Bool { get set }

Return Value 戻り値

true if partially downloaded files should be deleted when a download stops prematurely, false otherwise. The default is true. true、もし部分的にダウンロードされたファイルが早まってダウンロードが停止する場合に消去されるべきならば、そうでなければfalse。省略時は、trueです。

See Also 参照

Resuming partial downloads 不完全なダウンロードを再開する