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