ORKOperation Class Reference

Inherits from NSOperation
Declared in ORKOperation.h
ORKOperation.m

Overview

A concurrent operation for collecting data for upload.

Other Methods

– safeFinish

Finishes the operation cleanly.

- (void)safeFinish

Declared In

ORKOperation.h

– doTimeout

Sets the error to indicate a timeout, and finishes.

- (void)doTimeout

Declared In

ORKOperation.h

Other Methods

  startBlock

Block that will be called inside the lock during -start, just after transitioning to RKOperationExecuting.

@property (nonatomic, strong) ORKOperationBlock startBlock

Declared In

ORKOperation.h