Vb6BuildParams
Parameters for running a VB6 build
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            Logdir
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Directory to put logs and other temporary files
created during the build process 
         | 
      
      
        
          
            Outdir
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Directory to put generated binaries 
         | 
      
      
        
          
            Timeout
          
          
            Signature: TimeSpan 
                       
         | 
        
            
               
               
            
          Maximum amount of time the entire build is allowed to take 
         | 
      
      
        
          
            Toolpath
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Path to the VB6 executable 
         |