ActivityLevel
public enum ActivityLevel : UInt8Activity 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 DeclarationSwift case stopped = 0
- 
                  
                  Undocumented DeclarationSwift case offline
- 
                  
                  Undocumented DeclarationSwift case connecting
- 
                  
                  Undocumented DeclarationSwift case idle
- 
                  
                  Undocumented DeclarationSwift case busy
 ActivityLevel Enumeration Reference
        ActivityLevel Enumeration Reference