com.esri.arcgis.trackinganalyst
Interface enumResponseStatus

All Superinterfaces:
Serializable

public interface enumResponseStatus
extends Serializable

Indicates the status of a Tracking response message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Field Summary
static int ATTN
          Attention status of Operation.
static int EOP
          End of Operation.
static int FOP
          Failed Operation.
static int INTERMEDIATE_STATUS
          Intermediate status of Operation.
static int SOP
          Start of Operation.
 

Field Detail

FOP

static final int FOP
Failed Operation.

See Also:
Constant Field Values

SOP

static final int SOP
Start of Operation.

See Also:
Constant Field Values

EOP

static final int EOP
End of Operation.

See Also:
Constant Field Values

INTERMEDIATE_STATUS

static final int INTERMEDIATE_STATUS
Intermediate status of Operation.

See Also:
Constant Field Values

ATTN

static final int ATTN
Attention status of Operation.

See Also:
Constant Field Values