CBLReplicatorActivityLevel

enum {}

Activity level of a replicator.

  • < The replicator is finished or hit a fatal error.

    Declaration

    Objective-C

    kCBLReplicatorStopped
  • < The replicator is offline as the remote host is unreachable.

    Declaration

    Objective-C

    kCBLReplicatorOffline
  • < The replicator is connecting to the remote host.

    Declaration

    Objective-C

    kCBLReplicatorConnecting
  • < The replicator is inactive waiting for changes or offline.

    Declaration

    Objective-C

    kCBLReplicatorIdle
  • < The replicator is actively transferring data.

    Declaration

    Objective-C

    kCBLReplicatorBusy