Collection of Local Server enumerations. More...
Header | #include <Local |
Types
enum class | Dynamic |
enum class | Geoprocessing |
enum class | Local |
Detailed Description
Type Documentation
enum class DynamicWorkspaceType
Enumerates the types of dynamic workspace.
Constant | Value | Description |
---|---|---|
Dynamic | 0 | Raster workspace. |
Dynamic | 1 | Shapefile workspace. |
Dynamic | 2 | Enterprise Geodatabase workspace. |
Dynamic | 3 | File Geodatabase workspace. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.1.
enum class GeoprocessingServiceType
Enumerates the service type of a GeoprocessingService.
Constant | Value | Description |
---|---|---|
Geoprocessing | 0 | Synchronous execution |
Geoprocessing | 1 | Asynchronous execution. |
Geoprocessing | 2 | Asynchronous execution with a map server result. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class LocalServerStatus
Enumerates the status of the local server or a local service.
Note: Local server is only available on Windows and Linux.
Constant | Value | Description |
---|---|---|
Local | 0 | The local server or service is not running |
Local | 1 | The local server or service is starting up |
Local | 2 | The local server or service is running |
Local | 3 | The local server or service is shutting down |
Local | 4 | The local server or service failed to start |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.