TNOperation

public class TNOperation : Operation

This class is inherited by TNRequest to control the execution of the request.

  • Overrides the default isExecuting variable inherited from Operation.

    Declaration

    Swift

    override open var isExecuting: Bool { get }
  • Overrides the default isFinished variable inherited from Operation.

    Declaration

    Swift

    override open var isFinished: Bool { get }