Skip to content

Commit afec6c5

Browse files
committed
added StatusType.Zombie (#89)
1 parent c66ff9b commit afec6c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Synapse.Core/Classes/Enums/StatusType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public enum StatusType
1212
Running = 4,
1313
Waiting = 8,
1414
Cancelling = 16,
15+
Zombie = 32,
1516

1617
//Terminal states:
1718
//Complete/Success share the same value intentionally,

0 commit comments

Comments
 (0)