GeoprocessingExecutionType enum
The list of geoprocessing execution types.
This is used to indicate the geoprocessing service's execution type. Every geoprocessing service is exposed either as a submit or execute operation on the ArcGIS Server or Local Server and the execution type needs to match the used service.
Values
- asynchronousSubmit → const GeoprocessingExecutionType
-
Submit geoprocessing job asynchronously. Corresponds execution type 'esriExecutionTypeAsynchronous' on service definition.
- synchronousExecute → const GeoprocessingExecutionType
-
Execute geoprocessing job synchronously. Corresponds execution type 'esriExecutionTypeSynchronous' on service definition.
- _unknown → const GeoprocessingExecutionType
-
This value is returned when an error has occurred.
Properties
- coreValue → RT_GeoprocessingExecutionType
-
Convert to internal value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GeoprocessingExecutionType> - A constant List of the values in this enum, in order of their declaration.