PortalReadyState Class
Enumerates possible readiness states of a portal. More...
Since: | Esri::ArcGISRuntime 100.0 |
Detailed Description
Enumerates possible readiness states of a portal.
The PortalReadyState can be one of:
Value | Description |
---|---|
PortalReadyState::Uninitialized (0) | Portal is uninitialized. |
PortalReadyState::Loading (1) | Portal is loading the results from a request. |
PortalReadyState::Errored (2) | Last request failed. |
PortalReadyState::Completed (3) | Last request completed successfully. |
PortalReadyState::Aborting (4) | Last request is aborting. |