This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Constants > E > esriConfigurationStatus Constants (ArcObjects .NET 10.4 SDK) |
Server object configuration status.
Constant | Value | Description |
---|---|---|
esriCSStarted | 0 | The server object configuration is started. |
esriCSPaused | 1 | The server object configuration is paused. |
esriCSStopped | 2 | The server object configuration is stopped. |
esriCSStarting | 3 | The server object configuration is starting. |
esriCSStopping | 4 | The server object configuration is stopping. |
esriCSDeleted | 5 | The server object configuration being deleted. |
esriConfigurationStatus describes the current status of a server object configured in a GIS server. esriConfigurationStatus is returned by the Status property on IServerObjectConfigurationStatus.