ITestHostProcessInformation.HasExitedGracefully Property

Definition

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.

Applies to