Click or drag to resize
weroSoft AG, Software
UnitTestStopTestHost Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Stops running the test host.

Namespace:  WeroSoft.UnitTesting
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static bool StopTestHost(
	Process process,
	Mutex mutexClose
)

Parameters

process
Type: System.DiagnosticsProcess
Process of the test host.
mutexClose
Type: System.ThreadingMutex
Mutex used for signaling stop running.

Return Value

Type: Boolean
True if the process has exited; otherwise false.
See Also