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.Services.
                            
 
	
		Summary
	
            Pauses a named service
            
		
	Syntax
	public static bool PauseService(this ICakeContext context, string name, string computer, int timeout)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The cake context. | 
					
					
						| name | 
						string | 
						The name that identifies the service to the system. | 
					
					
						| computer | 
						string | 
						The computer on which the service resides. | 
					
					
						| timeout | 
						int | 
						The duration to wait for the command to complete. | 
					
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | 
						Description | 
					
				
				
					| bool | 
					If the service was paused. |