Summary
Customized exit code handling.
Standard behavior is to fail when non zero.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
<TSettings>
Syntax
protected virtual void ProcessExitCode(int exitCode)
Parameters
Name | Type | Description |
---|---|---|
exitCode | int | The process exit code. |
Return Value
Type | Description |
---|---|
void |