com.esri.arcgis.trackinganalyst
Interface tascActionProcessorHCodes

All Superinterfaces:
Serializable

public interface tascActionProcessorHCodes
extends Serializable

Action Processor Return Codes.

Product Availability

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


Field Summary
static int S_ACTIONPROCESSOR_MSG_FILTERED
           
static int S_ACTIONPROCESSOR_MSG_MODIFIED
           
static int S_ACTIONPROCESSOR_MSG_PROCESSED
           
static int S_ACTIONPROCESSOR_MSG_SKIPPED
           
static int S_ACTIONPROCESSOR_MSG_STOPPROCESSING
           
static int S_ACTIONPROCESSOR_MSG_STOPPROCESSING_GROUP
           
 

Field Detail

S_ACTIONPROCESSOR_MSG_FILTERED

static final int S_ACTIONPROCESSOR_MSG_FILTERED
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_MODIFIED

static final int S_ACTIONPROCESSOR_MSG_MODIFIED
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_STOPPROCESSING

static final int S_ACTIONPROCESSOR_MSG_STOPPROCESSING
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_STOPPROCESSING_GROUP

static final int S_ACTIONPROCESSOR_MSG_STOPPROCESSING_GROUP
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_PROCESSED

static final int S_ACTIONPROCESSOR_MSG_PROCESSED
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_SKIPPED

static final int S_ACTIONPROCESSOR_MSG_SKIPPED
See Also:
Constant Field Values