CommentThreadStatus enum
The status of a comment thread.
Fields
| Unknown = 0 | The thread status is unknown. |
| Active = 1 | The thread status is active. |
| Fixed = 2 | The thread status is resolved as fixed. |
| WontFix = 3 | The thread status is resolved as won't fix. |
| Closed = 4 | The thread status is closed. |
| ByDesign = 5 | The thread status is resolved as by design. |
| Pending = 6 | The thread status is pending. |