var identifier: String
A unique reverse DNS notation string, such as
com.example.MyApp.updatecheck
, that identifies the activity.
特有な逆DNS表記法文字列、例えばcom.example.MyApp.updatecheck
など、それはその活動を識別するものです。
var repeats: Bool
A Boolean value indicating whether the activity should be rescheduled after it completes.
それが完了した後に活動が再度予定に組まれるべきかどうかを指し示すブール値。
var qualityOfService : QualityOfService
A value of type
NSQualityOfService
, which controls how aggressively the system schedules the activity.
型NSQualityOfService
の値、それはどのくらい積極的にシステムがその活動を予定に組むかを制御します。
var shouldDefer : Bool
A Boolean value indicating whether your app should stop performing background activity and resume at a more optimal time.
あなたのアプリがバックグラウンド活動の実行を停止して最適な時に再開すべきかどうかを指し示しているブール値。
var tolerance: TimeInterval
A value of type
TimeInterval
, which specifies a range of time during which the background activity may occur.
型TimeInterval
の値、それはその間にバックグラウンド活動が起こるかもしれない時間の範囲を指定します。