BigDataScript icon indicating copy to clipboard operation
BigDataScript copied to clipboard

ProcessHandle.allProcesses​() when checking processes in CheckTasksRunningLocal

Open pcingola opened this issue 3 years ago • 0 comments

TODO: Change this to use 'ProcessHandle.allProcesses​()' which wasn't available when I first wrote this...


public class CheckTasksRunningLocal extends CheckTasksRunning {

	public CheckTasksRunningLocal(Config config, Executioner executioner) {
		super(config, executioner);
		defaultCmdArgs = ExecutionerLocal.LOCAL_STAT_COMMAND;
	}

}

pcingola avatar Oct 21 '20 01:10 pcingola