ElectronPowerSaveBlocker.stop method
ElectronPowerSaveBlocker › stop
Unofficial
Stops the specified power save blocker.Signature:
stop(id: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| id | number | The power save blocker id returned by start. |
Returns: void