Click or drag to resize

ConsoleUtilsWaitForExit Method

Search for processes with the same ProcessName as the process defined by process and blocks current thread until all current running instances has exited

Namespace:  Cauldron.Consoles
Assembly:  Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void WaitForExit(
	Process process
)

Parameters

process
Type: System.DiagnosticsProcess
The process to wait for
See Also