diff --git a/PROMS/DataLoader/frmLoader.cs b/PROMS/DataLoader/frmLoader.cs index 0455c081..9db096a9 100644 --- a/PROMS/DataLoader/frmLoader.cs +++ b/PROMS/DataLoader/frmLoader.cs @@ -300,7 +300,12 @@ namespace DataLoader private void TerminateProcesses(System.Diagnostics.Process [] wordProcesses) { foreach (System.Diagnostics.Process proc in wordProcesses) + { + // TODO: Determine if Word is Visible + // If it is let it run + // otherwise Kill it. proc.Kill(); + } } public void UpdateLabels(int incPrc, int incSec, int incStp) {