ActivityLevel
public enum ActivityLevel : UInt8
                Activity level of a replicator.
- stopped: The replicator is finished or hit a fatal error.
 - offline: The replicator is offline as the remote host is unreachable.
 - connecting: The replicator is connecting to the remote host.
 - idle: The replicator is inactive waiting for changes or offline.
 - busy: The replicator is actively transferring data.
 
- 
                  
                  
Undocumented
Declaration
Swift
case stopped = 0 - 
                  
                  
Undocumented
Declaration
Swift
case offline - 
                  
                  
Undocumented
Declaration
Swift
case connecting - 
                  
                  
Undocumented
Declaration
Swift
case idle - 
                  
                  
Undocumented
Declaration
Swift
case busy 
        ActivityLevel Enumeration Reference