We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66ff9b commit afec6c5Copy full SHA for afec6c5
1 file changed
Synapse.Core/Classes/Enums/StatusType.cs
@@ -12,6 +12,7 @@ public enum StatusType
12
Running = 4,
13
Waiting = 8,
14
Cancelling = 16,
15
+ Zombie = 32,
16
17
//Terminal states:
18
//Complete/Success share the same value intentionally,
0 commit comments