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