@@ -319,10 +319,12 @@ namespace Process_Auto_Relaunch
{
if (ProcessByNameIsRuning(path))
// Процесс уже запущен
return;
}
// Процесс не запущен
WatchedProcess = Process.Start(path, args);
cpuLastTime = 0;
cpuMeasureTimer.Start();
The note is not visible to the blocked user.