Table of Contents

Method OnProcessFinished

Namespace
Xunit.v3
Assembly
xunit.v3.runner.utility.netfx.dll

OnProcessFinished(int?)

Call this message to ensure the starting and finished messages were sent, and also send an IErrorMessage if it appears that the test process crashed rather than cleaning up appropriately.

public void OnProcessFinished(int? exitCode)

Parameters

exitCode int?

The exit code from the test process, if known