ChutzpahSettings.

FailOnError Property

Summary

Gets or sets a value indicating whether to return a non-zero exit code if any script errors or timeouts occurs
Assembly
Cake.Chutzpah.dll
Namespace
Cake.Chutzpah
Containing Type
ChutzpahSettings

Syntax

public bool FailOnError { get; set; }

Value

Type Description
bool true if [fail on error]; otherwise, false.