The On Error option allows you to specify the action to take when any tasks error out within this Module. Valid options are:
abort - The Project is aborted. No more tasks will be executed.
continue - Ignores the error and continues on with the next Module or task.
call:module - Calls another Module in the Project.
setVariable:[name]=[value] - Sets the variable in [name] to a new value in [value] and continues on with the next Module or task.
If the On Error option is not specified, then the Module will inherit the On Error setting from the Project level.
All tasks within this Module will inherit the specified On Error option from the Module, unless the On Error option is specifically overridden on the individual tasks.