Collection of Local Server enumerations. More...
Header: | #include <LocalServerTypes.h> |
Types
enum class | DynamicWorkspaceType { Raster, Shapefile, EnterpriseGeodatabase, FileGeodatabase } |
enum class | GeoprocessingServiceType { SynchronousExecute, AsynchronousSubmit, AsynchronousSubmitWithMapServerResult } |
enum class | LocalServerStatus { Stopped, Starting, Started, Stopping, Failed } |
Detailed Description
Type Documentation
enum class DynamicWorkspaceType
Enumerates the types of dynamic workspace.
Constant | Value | Description |
---|---|---|
DynamicWorkspaceType::Raster | 0 | Raster workspace. |
DynamicWorkspaceType::Shapefile | 1 | Shapefile workspace. |
DynamicWorkspaceType::EnterpriseGeodatabase | 2 | Enterprise Geodatabase workspace. |
DynamicWorkspaceType::FileGeodatabase | 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 |
---|---|---|
GeoprocessingServiceType::SynchronousExecute | 0 | Synchronous execution |
GeoprocessingServiceType::AsynchronousSubmit | 1 | Asynchronous execution. |
GeoprocessingServiceType::AsynchronousSubmitWithMapServerResult | 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 |
---|---|---|
LocalServerStatus::Stopped | 0 | The local server or service is not running |
LocalServerStatus::Starting | 1 | The local server or service is starting up |
LocalServerStatus::Started | 2 | The local server or service is running |
LocalServerStatus::Stopping | 3 | The local server or service is shutting down |
LocalServerStatus::Failed | 4 | The local server or service failed to start |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.