func disableSuddenTermination ()
Disables the application for quickly killing using sudden termination.
アプリケーションに即時終了を使って素早くキルをすることを使用不可能にします。
Availability 有効性
Technology
func enableSuddenTermination()
This method decrements the sudden termination counter. When the termination counter reaches 0
the application allows sudden termination.
このメソッドは、即時終了カウンタを漸減します。終了カウンタが0
に達する場合そのアプリケーションは即時終了を許可されます。
By default the sudden termination counter is set to 1. This can be overridden in your application Info.plist. See Support Sudden Termination for more information and debugging suggestions. 初期状態では即時終了カウンタは1に設定されます。これは、あなたのアプリケーションのInfo.plistにおいてオーバーライドできます。即時終了をサポートするをさらなる情報とデバッグ提案のために見てください。
func disableSuddenTermination ()