CBLReplicatorStatus
@interface CBLReplicatorStatus : NSObjectCombined activity level and progress of a replicator.
- 
                  
                  The current activity level. DeclarationObjective-C @property (nonatomic, readonly) CBLReplicatorActivityLevel activity;
- 
                  
                  The current progress of the replicator. DeclarationObjective-C @property (nonatomic, readonly) CBLReplicatorProgress progress;
- 
                  
                  The current error of the replicator. DeclarationObjective-C @property (nonatomic, readonly, nullable) NSError *error;
 CBLReplicatorStatus Class Reference
        CBLReplicatorStatus Class Reference