Skip to content
Snippets Groups Projects
Commit e84bb8dc authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-190: added UNSCHEDULING SubtaskState

parent 6bc9441e
No related branches found
No related tags found
1 merge request!252Resolve TMSS-190
......@@ -42,6 +42,7 @@ class SubtaskState(AbstractChoice):
DEFINED = "defined"
SCHEDULING = "scheduling"
SCHEDULED = "scheduled"
UNSCHEDULING = "unscheduling"
QUEUEING = "queueing"
QUEUED = "queued"
STARTING = "starting"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment