Enumeration
ActivityIndicatorState
Possible states to draw / render and
ActivityIndicatorType.enum ActivityIndicatorState
Overview
Topics
Enumeration Cases
ActivityIndicatorState.active(tick:)Active state. The indicator should appear active or loading during this state.ActivityIndicatorState.failureFail state. The indicator should show that the operation failed.ActivityIndicatorState.readyDefault state. This is usually never used other than for initialization.ActivityIndicatorState.successSuccess state. The indicator should show that the operation succeeded.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype
See Also
Activity
ActivityIndicatorAn instance of aActivityIndicatorTypethat can be started, failed, and succeeded.ActivityIndicatorTypeActivityIndicatorTypes are responsible for drawing / rendering the currentActivityIndicatorStateto theConsole.ActivityBarAnActivityIndicatorTypethat renders an activity bar on a single line.LoadingBarLoading-style implementation ofActivityBar.ProgressBarProgress-style implementation ofActivityBar.CustomActivityAn activity indicator with customizable frames and success and failure messages.