Click or drag to resize

ExecutionResult Constructor

Initializes a new instance of ExecutionResult.

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ExecutionResult(
	int exitCode,
	string transcriptPath
)

Parameters

exitCode
Type: SystemInt32
The exit code of the process.
transcriptPath
Type: SystemString
An absolute path to the transcript file.
See Also