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.igloo15.Helper.
                            
	
		Summary
            A quick error function that will invoke errors using the event
            
		- Assembly
 - Cake
.igloo15 .Helper .dll  - Namespace
 - Cake
.igloo15 .Helper  - Containing Type
 - TaskExtensions
 
Syntax
public static void CompleteTask(this CakeTaskBuilder builder, bool continueOnError = false)
	Parameters
| Name | Type | Description | 
|---|---|---|
| builder | CakeTaskBuilder | The CakeTaskBuilder being extended | 
| continueOnError | bool | Continue on error if you want | 
Return Value
| Type | Description | 
|---|---|
| void | 
