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