APIRequestState

@objc
private enum APIRequestState : Int

Enumeration of the states of an APIRequest.

  • State indicating the request is ready to be performed.

    Declaration

    Swift

    case ready
  • State indicating the request is executing.

    Declaration

    Swift

    case executing
  • State indicating the request has finished executing.

    Declaration

    Swift

    case finished