AnalysisViewStatus

sealed class AnalysisViewStatus

The status of an Analysis in the GeoView.

Since

300.0.0

Inheritors

Types

Link copied to clipboard
data class Error(val details: Throwable) : AnalysisViewStatus

The Analysis cannot be evaluated or displayed in the view.

Link copied to clipboard

The Analysis is updating.

Link copied to clipboard

The Analysis is up to date.