com.esri.arcgis.geoprocessing
Interface esriExecutionType

All Superinterfaces:
java.io.Serializable

public interface esriExecutionType
extends java.io.Serializable

Constants from esriExecutionType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Geoprocessing server execution type.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriExecutionTypeAsynchronous
          Asynchronous.
static int esriExecutionTypeSynchronous
          Synchronous.
 

Field Detail

esriExecutionTypeAsynchronous

static final int esriExecutionTypeAsynchronous
Asynchronous.

See Also:
Constant Field Values

esriExecutionTypeSynchronous

static final int esriExecutionTypeSynchronous
Synchronous.

See Also:
Constant Field Values