| 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.2
Syntax public static void WaitForExitAll(
string processName
)
Public Shared Sub WaitForExitAll (
processName As String
)
public:
static void WaitForExitAll(
String^ processName
)
Parameters
- processName
- Type: SystemString
The process name of the process to search for
See Also