Skip to content

ProcessHandle.allProcesses​() when checking processes in CheckTasksRunningLocal #199

@pcingola

Description

@pcingola

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;
	}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions