autoSuspend property
getter/setter pair
Indicates whether the application should automatically suspend its operations when it is not active (e.g., when the browser tab loses focus).
Defaults to true
.
Implementation
bool autoSuspend;
Indicates whether the application should automatically suspend its operations when it is not active (e.g., when the browser tab loses focus).
Defaults to true
.
bool autoSuspend;