com.esri.arcgis.server
Interface esriConfigurationStatus

All Superinterfaces:
Serializable

public interface esriConfigurationStatus
extends Serializable

Server object configuration status.

Remarks

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriCSDeleted
          The server object configuration being deleted.
static int esriCSPaused
          The server object configuration is paused.
static int esriCSStarted
          The server object configuration is started.
static int esriCSStarting
          The server object configuration is starting.
static int esriCSStopped
          The server object configuration is stopped.
static int esriCSStopping
          The server object configuration is stopping.
 

Field Detail

esriCSStarted

static final int esriCSStarted
The server object configuration is started.

See Also:
Constant Field Values

esriCSPaused

static final int esriCSPaused
The server object configuration is paused.

See Also:
Constant Field Values

esriCSStopped

static final int esriCSStopped
The server object configuration is stopped.

See Also:
Constant Field Values

esriCSStarting

static final int esriCSStarting
The server object configuration is starting.

See Also:
Constant Field Values

esriCSStopping

static final int esriCSStopping
The server object configuration is stopping.

See Also:
Constant Field Values

esriCSDeleted

static final int esriCSDeleted
The server object configuration being deleted.

See Also:
Constant Field Values