BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      ExecuteCommandLine(Inedo.Agents.RemoteProcessStartInfo startInfo) Method
  
            Executes a process on the associated agent, blocking until the process terminates,
            the action is canceled, or the action timeout is reached.
            
 
  Syntax
  
    protected
    int ExecuteCommandLine(Inedo.Agents.RemoteProcessStartInfo startInfo)
  Parameters
  
    - startInfo
- Type: Inedo.Agents.RemoteProcessStartInfo
 Process initialization information. 
 
  Returns
  Exit code of the process.