void setInheritIO()

in terraform-client/src/main/java/com/microsoft/terraform/ProcessLauncher.java [33:36]


	void setInheritIO(boolean inheritIO) {
        assert this.process == null;
		this.inheritIO = inheritIO;
    }