title | slug |
---|---|
idle |
Mozilla/Add-ons/WebExtensions/API/idle |
{{AddonSidebar}}
ユーザーのシステムがアイドル状態、ロックされた状態、アクティブな状態であるのを発見します。
この API を使うには "idle" パーミッションが必要です。
- {{WebExtAPIRef("idle.IdleState")}}
- : 端末のアイドル状態を記す文字列
- {{WebExtAPIRef("idle.queryState()")}}
- : システムがロックされたら
"locked"
を、ユーザーが指定した時間の間に何も入力しない場合は"idle"
を、その他では"active"
を返す。
- : システムがロックされたら
- {{WebExtAPIRef("idle.setDetectionInterval()")}}
- : {{WebExtAPIRef("idle.onStateChanged")}} イベントでシステムがアイドル状態であると決定する間隔をセットします。
- {{WebExtAPIRef("idle.onStateChanged")}}
- : システム状態が変化したら発火します。
{{Compat}}
{{WebExtExamples("h2")}}
Note
This API is based on Chromium's chrome.idle
API. This documentation is derived from idle.json
in the Chromium code.Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.