ITestHostProcessInformation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |