package eu.dnetlib.msro.notification;

public enum NotificationCondition {
	ALWAYS, NEVER, ONLY_SUCCESS, ONLY_FAILED
}
