Struct Progress
    Public
    
    Progress info for e.g a progressbar.
Used by the scan functions in the project
Public Methods
        
                MapTo
        
                (min, max, prefix=null)
    
                    
                    
                        Public
                    
                
        
                Progress
        
                (progress, description)
    
                    
                    
                        Public
                    
                
        
                ToString
        
                ()
    
                    
                    
                        Public
                    
                Public Variables
        
                description
        
    
                    
                    Description of what is currently being done.
                        Public
                            Readonly
                    
                
        
                progress
        
    
                    
                    Current progress as a value between 0 and 1.
                        Public
                            Readonly