package eu.dnetlib.services;

public enum ServiceStatus {
	UNKNOWN, ACTIVE, PENDING, NOT_RESPONDING, MISSING, PAUSED
}
