ReplicationState Enumeration |
The possible states for the replication state machine
Namespace:
Couchbase.Lite.Replicator
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public enum ReplicationState
Members
| Member name | Value | Description |
---|
| Initial | 0 |
The replication has never been started
|
| Running | 1 |
The replication is actively sending and/or receiving data
|
| Idle | 2 |
The replication is waiting for new data
|
| Offline | 3 |
The replication cannot reach its endpoint
|
| Stopping | 4 |
The replication is shutting down
|
| Stopped | 5 |
The replication has stopped
|
See Also