@acceleratxr/core_sdk / ServerStatus

Enumeration: ServerStatus#

The current runtime status of the server instance.

Index#

Enumeration members#

Enumeration members#

ABORTED#

ABORTED: = “ABORTED”

Defined in src/models/ServerInstance.ts:15


AWAITING_CONNECTIONS#

AWAITING_CONNECTIONS: = “AWAITING_CONNECTIONS”

Defined in src/models/ServerInstance.ts:11


COMPLETED#

COMPLETED: = “COMPLETED”

Defined in src/models/ServerInstance.ts:14


IN_PROGRESS#

IN_PROGRESS: = “IN_PROGRESS”

Defined in src/models/ServerInstance.ts:12


STARTING#

STARTING: = “STARTING”

Defined in src/models/ServerInstance.ts:10


STOPPED#

STOPPED: = “STOPPED”

Defined in src/models/ServerInstance.ts:13