Skip to content

Commit bde83d1

Browse files
authored
Add missing enum value QueryExecutionState.KILLED (#391)
1 parent 67a5409 commit bde83d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/arangodb/entity/QueryExecutionState.java

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ public enum QueryExecutionState {
3333
EXECUTING,
3434
FINALIZING,
3535
FINISHED,
36+
KILLED,
3637
INVALID
3738
}

0 commit comments

Comments
 (0)