Click or drag to resize

ReplicationIsRunning Property

Gets whether the Replication is running. Continuous Replications never actually stop, instead they go idle waiting for new data to appear.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool IsRunning { get; }

Property Value

Type: Boolean
true if Replication is running; otherwise, false.
See Also