Skip to content

Instance Method

succeed()

Stops the ActivityIndicator, yielding a success / done appearance.
func succeed()

Discussion

Passes ActivityIndicatorState.success to the ActivityIndicatorType.

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