Instance Property
インスタンスプロパティ
shouldUseExtendedBackgroundIdleMode
A Boolean value that indicates whether TCP connections should be kept open when the app moves to the background.
あるブール値、それはアプリがバックグラウンドに移動する時にTCP接続が開いたままにされるべきかどうかを指し示します。
Declaration
宣言
var shouldUseExtendedBackgroundIdleMode: Bool
{ get set }
Discussion
議論
In addition to requesting that the connection be kept open, setting this value to true
asks the system to delay reclaiming the connection when the app moves to the background.
接続が開いたままにされるリクエストをすることに加えて、この値をtrue
に設定することは、アプリをバックグラウンドに移動する時に接続を取り戻すことを遅らすようシステムに頼みます。
See Also
参照
Supporting Background Transfers
バックグラウンド転送をサポートする
var sessionSendsLaunchEvents: Bool
A Boolean value that indicates whether the app should be resumed or launched in the background when transfers finish.
あるブール値、それは転送が終了する時にアプリがバックグラウンドで再開されるまたは起動されるべきかどうかを指し示します。
var isDiscretionary: Bool
A Boolean value that determines whether background tasks can be scheduled at the discretion of the system for optimal performance.
あるブール値、それはバックグラウンドタスクが最善の性能のためにシステムの裁量で予定されることができるかどうかを決定します。
Related Documentation
関連文書