Click or drag to resize

ConsoleUtilsWaitForExitAll Method

Search for all processes with the same name as processName 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 WaitForExitAll(
	string processName
)

Parameters

processName
Type: SystemString
The process name of the process to search for
See Also