Send email if a state comes back as empty
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / State.java
index fe7f8ea..d549d69 100644 (file)
@@ -43,6 +43,8 @@ public interface State {
         */
        boolean success();
 
+       boolean isEmpty();
+
        /**
         * Returns the number of consecutive failures. This method only returns a
         * meaningful number iff {@link #success()} returns {@code false}. If