Click or drag to resize

ProcessWorkerFinishChildProcesses method

Waits until all child processes have finished or a countdown has expired. If not all processes have been completed when the countdown expires, they are terminated.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax
public static void FinishChildProcesses(
	
	Process process,
	
	int countdown = 6
)

Parameters

process  Process
The process whose child processes are to be terminated.
countdown  Int32  (Optional)
Counts down, at 1 all child processes are terminated (default=6).
See also