Status
public struct Status
                Combined activity level and progress of a replicator.
- 
                  
                  
The current activity level.
Declaration
Swift
public let activity: ActivityLevel - 
                  
                  
The current progress of the replicator.
Declaration
Swift
public let progress: Progress - 
                  
                  
The current error if there is an error occurred.
Declaration
Swift
public let error: Error? 
        Status Structure Reference