Skip to content

Protocol

ActivityIndicatorType

ActivityIndicatorTypes are responsible for drawing / rendering the current ActivityIndicatorState to the Console.
protocol ActivityIndicatorType : Sendable

Overview

ActivityIndicators are created from an instance of ActivityIndicatorType and control the implementation behind calling the ActivityIndicatorType for ActivityIndicatorState changes.

See the ActivityBar protocol which is based off of this protocol.

Topics

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Inherited By

Conforming Types

See Also

Activity