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