ReplicatorActivityLevel Enumeration |
Namespace:
Couchbase.Lite.Sync
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public enum ReplicatorActivityLevel
Members
| Member name | Value | Description |
---|
| Stopped | 0 |
The replication is finished or hit a fatal error
|
| Offline | 1 |
The replicator has detected that there is no Internet connection available
|
| Connecting | 2 |
The replicator is connecting to the remote host
|
| Idle | 3 |
The replication is inactive; either waiting for changes or offline
because the remote host is unreachable
|
| Busy | 4 |
The replication is actively transferring data
|
See Also