Instance Method
outputActivityIndicator(to:state:)
func outputActivityIndicator(to console: any Console, state: ActivityIndicatorState)
Parameters
consoleConsoleto output this indicator to.stateState to draw the indicator in, e.g., active, failed.
Discussion
This method will be called by the ActivityIndicator. The Console will have any previous output cleared between calls to this method using the ephemeral push/pop methods.