We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a5409 commit bde83d1Copy full SHA for bde83d1
src/main/java/com/arangodb/entity/QueryExecutionState.java
@@ -33,5 +33,6 @@ public enum QueryExecutionState {
33
EXECUTING,
34
FINALIZING,
35
FINISHED,
36
+ KILLED,
37
INVALID
38
}
0 commit comments