FakeProcess.

SetExitCode(int) Method

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