1 implementation of ExitCode
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
76public int? ExitCode { get; private set; } = -1;
1 reference to ExitCode
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1224var childProcessExitCode = _vstestConsoleProcessManager.ExitCode;