IProcess.

GetExitCode() Method

Summary

Gets the exit code of the process.
Namespace
Cake.Core.IO
Containing Type
IProcess

Syntax

int GetExitCode()

Return Value

Type Description
int The exit code of the process.