This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.CakeBoss.
                            
 
	
		Summary
	
            Run a target on a remote CakeBoss agent
            
		
	Syntax
	public static bool RunRemoteTarget(this ICakeContext context, string target, RemoteSettings settings)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The cake context. | 
					
						| target | string | The script target to run. | 
					
						| settings | RemoteSettings | The information about the remote target to run. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| bool | If the target ran successfully |