@zeroc/ice
    Preparing search index...

    Class ServerState

    Represents the state of a server.

    The Slice compiler generated this enum class from Slice enumeration ::IceGrid::ServerState.

    Hierarchy (View Summary)

    Index

    Constructors

    • Constructs a new enumerator.

      Parameters

      • name: string

        The name of the enumerator.

      • value: number

        The numeric value of the enumerator.

      Returns ServerState

    Properties

    name: string

    The name of the enumerator.

    value: number

    The value of the enumerator.

    Activating: ServerState

    The 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.

    ActivationTimedOut: ServerState

    The server activation timed out.

    Active: ServerState

    The server is running.

    Deactivating: ServerState

    The server is being deactivated.

    Destroyed: ServerState

    The server is destroyed.

    Destroying: ServerState

    The server is being destroyed.

    Inactive: ServerState

    The server is not running.

    Methods

    • Returns a string representation of the current enumerator.

      Returns string

      A string representation of the current enumerator.

    • Returns the enumerator corresponding to the specified numeric value.

      Parameters

      • value: number

        The enumerator value. The matching enumerator, or undefined if no enumerator corresponds to the given value.

      Returns ServerState