func beginActivity (options: ProcessInfo.ActivityOptions, reason: String) -> NSObjectProtocol
Begin an activity using the given options and reason.
あるアクティビティをこの与えられたオプションと理由を使って開始します。
func performActivity (options: ProcessInfo.ActivityOptions, reason: String, using: () -> Void)
Synchronously perform an activity defined by a given block using the given options.
与えられたブロックによってある与えられたオプション使って定義されたアクティビティを同期的に実行します。
func performExpiringActivity (withReason : String, using: (Bool) -> Void)
Performs the specified block asynchronously and notifies you if the process is about to be suspended.
指定されたブロックを非同期に実行します、そしてプロセスがまさに一時停止されようとしているならばあなたに通知します。