Summary
Sets the exit code.
- Namespace
- Cake
.Testing - Containing Type
- FakeProcess
Syntax
public void SetExitCode(int exitCode)
Parameters
| Name | Type | Description |
|---|---|---|
| exitCode | int | The exit code. |
Return Value
| Type | Description |
|---|---|
| void |
public void SetExitCode(int exitCode)
| Name | Type | Description |
|---|---|---|
| exitCode | int | The exit code. |
| Type | Description |
|---|---|
| void |