ServerState
The ServerState variable in the server namespace indicates the current state of the server. The following table gives an overview of the possible variable values.
Variable value | Description |
---|---|
Running | The server has been successfully booted. |
Failed | A problem was found in one of the server configuration files, e.g. an invalid configuration in TcUaSecurityConfig.xml. |
NoConfiguration | The server has not yet been initialized. |
Suspended | The server has not yet been completely booted, i.e. not all functions may be available yet. |