ActivityLevel

public enum ActivityLevel : UInt8

Activity level of a replicator.

  • Undocumented

    Declaration

    Swift

    public enum ActivityLevel : UInt8
  • < The replication is finished or hit a fatal error.

    Declaration

    Swift

    case idle           ///< The replication is unactive; either waiting for changes or offline
  • < The replication is unactive; either waiting for changes or offline < as the remote host is unreachable.

    Declaration

    Swift

    case busy           ///< The replication is actively transferring data.