Click or drag to resize

ReplicatorActivityLevel Enumeration

An enum describing states for a Replicator

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public enum ReplicatorActivityLevel
Members
  Member nameValueDescription
Stopped0 The replication is finished or hit a fatal error
Offline1 The replicator has detected that there is no Internet connection available
Connecting2 The replicator is connecting to the remote host
Idle3 The replication is inactive; either waiting for changes or offline because the remote host is unreachable
Busy4 The replication is actively transferring data
See Also