This document is archived and information here might be outdated.  Recommended version.


esriConfigurationStatus Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

esriConfigurationStatus Constants

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

esriConfigurationStatus describes the current status of a server object configured in a GIS server. esriConfigurationStatus is returned by the Status property on IServerObjectConfigurationStatus.

See Also

IServerObjectConfigurationStatus Interface