ITestHostProcessInformation Interface

Definition

Represents information about a test host process.

public interface ITestHostProcessInformation
type ITestHostProcessInformation = interface
Public Interface ITestHostProcessInformation

Properties

Name Description
ExitCode

Gets the exit code of the test host process.

HasExitedGracefully

Gets a value indicating whether the test host app has exited gracefully.

PID

Gets the process ID of the test host.

Applies to