| ExecutionResult Constructor |
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
)
Public Sub New (
exitCode As Integer,
transcriptPath As String
)
Parameters
- exitCode
- Type: SystemInt32
The exit code of the process. - transcriptPath
- Type: SystemString
An absolute path to the transcript file.
See Also