Skip to content

Instance Method

fail()

Stops the ActivityIndicator, yielding a failed / error appearance.
func fail()

Discussion

Passes ActivityIndicatorState.failure to the ActivityIndicatorType.

Must be called after start(on:) and completes the future returned by that method.