Skip to content

Commit

Permalink
Merge pull request #62 from indigo-dc/new_exception
Browse files Browse the repository at this point in the history
Add deleting state
  • Loading branch information
micafer authored Dec 12, 2019
2 parents 88c8ac9 + f069ebb commit e4fae12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/es/upv/i3m/grycap/im/States.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public enum States {
STOPPED("stopped"),
OFF("off"),
FAILED("failed"),
UNKNOWN("unknown");
UNKNOWN("unknown"),
DELETING("deleting");

private final String value;

Expand Down

0 comments on commit e4fae12

Please sign in to comment.