Struct Progress
    Public
    
    Progress info for e.g a progressbar.
Used by the scan functions in the project
Public Methods
        
                MapTo
        
                (min, max)
    
                    
                    
                        Public
                    
                
        
                Progress
        
                (progress, stage, graphIndex=0, graphCount=0)
    
                    
                    
                        Public
                    
                
        
                ToString
        
                ()
    
                    
                    
                        Public
                    
                Public Variables
        
                progress
        
    
                    
                    Current progress as a value between 0 and 1.
                        Public
                            Readonly
                    
                Private/Protected Members
        
                graphCount
        
    
                    
                    
                        Internal
                            Readonly
                    
                
        
                graphIndex
        
    
                    
                    
                        Internal
                            Readonly
                    
                
        
                stage
        
    
                    
                    
                        Internal
                            Readonly