Skip to content

Commit e4fae12

Browse files
authored
Merge pull request #62 from indigo-dc/new_exception
Add deleting state
2 parents 88c8ac9 + f069ebb commit e4fae12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/es/upv/i3m/grycap/im/States.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public enum States {
3131
STOPPED("stopped"),
3232
OFF("off"),
3333
FAILED("failed"),
34-
UNKNOWN("unknown");
34+
UNKNOWN("unknown"),
35+
DELETING("deleting");
3536

3637
private final String value;
3738

0 commit comments

Comments
 (0)