IUtils Interface
Provides utility functions for use on the KioWare host container.
Methods
| Type | Signature |
| int |
Execute(string path, string args, bool asSystemUser = undefined)
Shell executes the specified path with args, and returns the process id of the new process. |
| NetworkConnectionType |
GetConnectionType()
Gets the current system network connection type. |
Related Types
| Type | Signature |
| enum |
NetworkConnectionType
The network connection type indication values. |