Indeterminate
data class Indeterminate(val caption: String? = null, val sentiment: Sentiment = Sentiment.Nominal) : ProgressElement
UI element for a progress bar that is currently indeterminate.
This differs from a ThrobberElement in that it indicates that the work will follow a linear progression, but the amount of work is currently unknown.