Enum ReplicatorActivityLevel
An enum describing states for a Replicator
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public enum ReplicatorActivityLevel
Fields
Name | Description |
---|---|
Busy | The replication is actively transferring data |
Connecting | The replicator is connecting to the remote host |
Idle | The replication is inactive; either waiting for changes or offline because the remote host is unreachable |
Offline | The replicator has detected that there is no Internet connection available |
Stopped | The replication is finished or hit a fatal error |