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-b0125
Syntax
C#
public enum ReplicatorActivityLevel
Members
  Member nameValueDescription
Stopped0 The replication is finished or hit a fatal error
Idle1 The replication is inactive; either waiting for changes or offline because the remote host is unreachable
Busy2 The replication is actively transferring data
See Also