Type Type
Union cases
| Union case |
Description
|
Full Usage:
PreventAppSuspension
|
Prevent the application from being suspended. Keeps system active but allows screen to be turned off. Example use cases: downloading a file or playing audio. |
Full Usage:
PreventDisplaySleep
|
Prevent the display from going to sleep. Keeps system and screen active. Example use case: playing video. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsPreventAppSuspension
Returns: bool
|
|
Full Usage:
this.IsPreventDisplaySleep
Returns: bool
|
|
fable-electron-docs-api