ServerState
A simple data type that describes the state of an Actuate iHub.
Schema
<xsd:simpleType name="ServerState">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="OFFLINE"/>
<xsd:enumeration value="STARTING"/>
<xsd:enumeration value="ONLINE"/>
<xsd:enumeration value="STOPPING"/>
<xsd:enumeration value="FAILED"/>
</xsd:restriction>
</xsd:simpleType>
Elements
Offline
The server is offline.
Starting
The server is starting.
Online
The server is online.
Stopping
The server is stopping.
Failed
The server failed.