ITestHostProcessInformation.HasExitedGracefully Property
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.
Gets a value indicating whether the test host app has exited gracefully.
public bool HasExitedGracefully { get; }
member this.HasExitedGracefully : bool
Public ReadOnly Property HasExitedGracefully As Boolean
Property Value
Remarks
This flag is based on a message that the TestApplication sends at its end. The test host process might still crash or be killed after sending this message, in which case this flag will be true but the process hasn't truly exited gracefully.