ElectronPowerSaveBlocker.isStarted method
ElectronPowerSaveBlocker › isStarted
Unofficial
Whether the correspondingpowerSaveBlocker has started. Signature:
isStarted(id: number): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| id | number | The power save blocker id returned by start. |
Returns: boolean — true if the power save blocker with the given id is currently active.