Operation

public class Operation : Foundation.Operation

This class is inherited by Request 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 }