static var idleDisplaySleepDisabled : ProcessInfo.ActivityOptions
Flag to require the screen to stay powered on.
画面を電源入りのままにするよう要求するフラグ。
static var idleSystemSleepDisabled : ProcessInfo.ActivityOptions
Flag to prevent idle sleep.
無操作時のスリープを防止するフラグ。
static var suddenTerminationDisabled : ProcessInfo.ActivityOptions
Flag to prevent sudden termination.
即時終了を防止するフラグ。
static var automaticTerminationDisabled : ProcessInfo.ActivityOptions
Flag to prevent automatic termination.
自動終了を防止するフラグ。
static var userInitiated : ProcessInfo.ActivityOptions
Flag to indicate the app is performing a user-requested action.
アプリがユーザ要請の動作を実行していることを指し示すフラグ。
static var userInitiatedAllowingIdleSystemSleep : ProcessInfo.ActivityOptions
Flag to indicate the app is performing a user-requested action, but that the system can sleep on idle.
アプリがユーザ要請の動作を実行している、しかしシステムは無操作時スリープ可能であることを指し示すフラグ。
static var background: ProcessInfo.ActivityOptions
Flag to indicate the app has initiated some kind of work, but not as the direct result of user request.
アプリがある種の仕事を開始した、しかしユーザ要請の直接の結果としてでないことを指し示すフラグ。
static var latencyCritical : ProcessInfo.ActivityOptions
Flag to indicate the activity requires the highest amount of timer and I/O precision available.
利用可能な最大量のタイマーとI/Oの精度をアクティビティが要求することを指し示すフラグ。