Click or drag to resize

ProcessExecutionResult Constructor (Int32)

Initializes a new instance of ProcessExecutionResult.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ProcessExecutionResult(
	int exitCode
)

Parameters

exitCode
Type: SystemInt32
The exit code of the process.
See Also