LiveOperationProgress class (iOS apps)

Represents an operation progress object that encapsulates the progress information of a running operation.

Signature

@interface LiveOperationProgress : NSObject

Properties

Name

Description

bytesTransferred property

The number of bytes already transferred.

progressPercentage property

The percentage rate of bytes already transferred.

totalBytes property

The total number of bytes to transfer.

Defined in

LiveOperationProgress.h

See also

iOS API