Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
ReadonlynameThe name of the enumerator.
ReadonlyvalueThe value of the enumerator.
Static ReadonlyActivatingThe server is being activated and will change to the active state when the registered server object adapters are activated or to the activation timed out state if the activation timeout expires.
Static ReadonlyActivationThe server activation timed out.
Static ReadonlyActiveThe server is running.
Static ReadonlyDeactivatingThe server is being deactivated.
Static ReadonlyDestroyedThe server is destroyed.
Static ReadonlyDestroyingThe server is being destroyed.
Static ReadonlyInactiveThe server is not running.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
StaticvalueReturns the enumerator corresponding to the specified numeric value.
The enumerator value.
The matching enumerator, or undefined if no enumerator corresponds to the given value.
Represents the state of a server.
Remarks
The Slice compiler generated this enum class from Slice enumeration
::IceGrid::ServerState.