Instance Property インスタンスプロパティ

qualityOfService

A value of type NSQualityOfService, which controls how aggressively the system schedules the activity. NSQualityOfServiceの値、それはどのくらい積極的にシステムがその活動を予定に組むかを制御します。

Declaration 宣言

var qualityOfService: QualityOfService { get set }

Discussion 議論

Options include: オプションは以下を含みます:

  • NSQualityOfServiceUserInteractive

  • NSQualityOfServiceUserInitiated

  • NSQualityOfServiceUtility

  • NSQualityOfServiceBackground

The default value is NSQualityOfServiceBackground. If you upgrade the quality of service above this level, the system schedules the activity more aggressively. The default value is the recommended value for most activities. See Configure Scheduler Properties. For information about quality of service, see Prioritize Work at the Task Level in Energy Efficiency Guide for Mac Apps. 省略時の値は、NSQualityOfServiceBackgroundです。あなたがこのレベルより上にサービスの質を向上させるならば、システムはその活動をより積極的に予定に組みます。省略時の値は、ほとんどの活動に推奨される値です。スケジューラプロパティを構成設定するを見てください。サービスの質に関する情報として、Prioritize Work at the Task LevelEnergy Efficiency Guide for Mac Appsで見てください。

See Also 参照

Background Scheduler Attributes バックグラウンドスケジューラ属性