Result

public enum Result

Represents the reason that the runner completed.

  • The runner finished normally.

    Declaration

    Swift

    case finished
  • The runner was cancelled before the animation could finish.

    Declaration

    Swift

    case cancelled