void setOutOfServiceMode(bool outOfService)
Enables or disables out of service mode
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
outOfService |
bool True to enable out of service mode, false to disable. |
Return
Nothing returned
Examples
if(!KioApp.isOutOfService()) KioApp.setOutOfServiceMode(true);
Requirements
KioWare OS (Linux®) version 1.1 or greater.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.