CBLReplicatorStatus
@interface CBLReplicatorStatus : NSObject
                Combined activity level and progress of a replicator.
- 
                  
                  
The current activity level.
Declaration
Objective-C
@property (nonatomic, readonly) int activity; - 
                  
                  
The current progress of the replicator.
Declaration
Objective-C
@property (nonatomic, readonly) int progress; - 
                  
                  
The current error of the replicator.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSError *error; 
        CBLReplicatorStatus Class Reference