func endActivity (NSObjectProtocol)
Ends the given activity.
与えられたアクティビティを終わります。
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.
指定されたブロックを非同期に実行します、そしてプロセスがまさに一時停止されようとしているならばあなたに通知します。