OperationState

enum OperationState : Int

OperationState is used to know how to manage by OperationQueue

  • Undocumented

    Declaration

    Swift

    case ready
  • Undocumented

    Declaration

    Swift

    case executing
  • Undocumented

    Declaration

    Swift

    case finished